Math.random() : Math « Development « JavaScript DHTML
- JavaScript DHTML
- Development
- Math
Math.random()
<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
alert(Math.random());
</script>
</head>
<body>
</body>
</html>
Related examples in the same category