Skip to content

Commit a4f2fb7

Browse files
Update JAVASCRIPT.md
1 parent c0524f5 commit a4f2fb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

JAVASCRIPT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ String, number, boolean
99
`var myName="Angela";` <- stores the string in the new variable
1010
`myName="jane";` <- replaces the value in the variable
1111
`console.log();` <- prints in terminal / console
12+
13+
`Math.random();`
14+
`Math.round();`

0 commit comments

Comments
 (0)