3 lines
51 B
JavaScript
3 lines
51 B
JavaScript
|
something = Math.random();
|
||
|
console.log(something);
|