We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33532e8 commit 8168b17Copy full SHA for 8168b17
static/examples/binary-octal.js
@@ -1,4 +1,4 @@
1
-// ES6 introduces two new types of numer literals
+// ES6 introduces two new types of numeric literals
2
// Binary and octal notation:
3
4
console.log(0b111110111 === 503);
0 commit comments