8000 Update datatypes-summary.js · aachal28/learn-javascript@c5511ec · GitHub
[go: up one dir, main page]

Skip to content

Commit c5511ec

Browse files
authored
Update datatypes-summary.js
1 parent 7062271 commit c5511ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-Basics/datatypes-summary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//primitive
22

3-
//7 type: string, number, boolean, null(empty), undefiened(space), symbol, BigInt
3+
//7 type of data: string, number, boolean, null(empty), undefiened(space), symbol, BigInt
44

55
const score =100;
66
const scoreVal =100.3

0 commit comments

Comments
 (0)
0