Skip to content

Commit b1c11a3

Browse files
class and constructor
1 parent 9b1870e commit b1c11a3

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

constructors/README.MD

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## jAVA SCRIPT SERIES
2+
# Data types
3+
1. integer
4+
2. float
5+
3. bolean
6+
4. Null
7+
5. NaN
8+
6. number
9+
7. string
10+
8. empty string
11+
9. infint
12+
10. infinit nagetive
13+
11. undefind
14+
12. Being int
15+
13. symbol
16+
15. object
17+
File renamed without changes.

index.js renamed to constructors/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
// const array = ['0', '13', '14','15','16'];
2-
3-
// for (const element of array ) {
4-
// console.log(element);
5-
// }
6-
7-
// // Expected output: "a"
8-
// // Expected output: "b"
9-
// // Expected output: "c"
101

112

123
// use Class and constructor

0 commit comments

Comments
 (0)