dice
code:js
let num = Math.floor(Math.random() * 6) + 1;alert(num);