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.
2 parents 33532e8 + 8168b17 commit ffc51adCopy full SHA for ffc51ad
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