Skip to content

Commit

Permalink
Updated Numbers example
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasx authored Nov 16, 2023
1 parent 3079467 commit 5b937dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2-just-enough-javascript/02-primitive-values/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ console.log(null);
'use strict';
console.log('--- numbers: numbers that are not wrapped in quotation marks ---');
console.log(12);
console.log(3.14);
console.log(0);
console.log(-12);
console.log(10_000_000_000);
```

0 comments on commit 5b937dc

Please sign in to comment.