Nessuna descrizione
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> </body> <script type="text/javascript"> document.onclick=function(){ console.log(Math.floor(Math.random()*33)); } </script> </html>