HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <script> // Click 'Run' button multiple times. var result = Math.floor(Math.random() * 100); document.write(result); </script> </body> </html>
OUTPUT
×

Save as Private