📜  随机函数 javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:22.930000             🧑  作者: Mango

代码示例6
let object = random(0, 50);
// making "object" a random number between 0 and 50.

console.log(object);
// printing object in the console