From 643db085bd3feab1245ea1c5f11cca8c69b760c4 Mon Sep 17 00:00:00 2001 From: randomKeyss <43837847+randomKeyss@users.noreply.github.com> Date: Tue, 25 May 2021 18:32:02 -0500 Subject: [PATCH] Update miscellaneous.html --- miscellaneous.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miscellaneous.html b/miscellaneous.html index 862d54c..1377f78 100644 --- a/miscellaneous.html +++ b/miscellaneous.html @@ -88,7 +88,7 @@

random()

The function random will return a random number within a range. The function takes in two parameters. The first number in the range, and the final number in the range.

-
var random = random(1,100)  
+            
var x = random(1,100)  
 //sets variable 'random' to a random number between 1 and 100

See Further: