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 7062271 commit c5511ecCopy full SHA for c5511ec
01-Basics/datatypes-summary.js
@@ -1,6 +1,6 @@
1
//primitive
2
3
-//7 type: string, number, boolean, null(empty), undefiened(space), symbol, BigInt
+//7 type of data: string, number, boolean, null(empty), undefiened(space), symbol, BigInt
4
5
const score =100;
6
const scoreVal =100.3
0 commit comments