Did you know that JS can know the ram of the device where is executed? with only one line of code
const memory = navigator.deviceMemory;
console.log(memory)
TRY IT!!!!
Did you know that JS can know the ram of the device where is executed? with only one line of code const memory = navigator.deviceMemory; console.log(memory) TRY IT!!!!
0 Comments 0 Shares 877 Views