Skip to content

Commit 2a925a9

Browse files
feat: add datatypes definition
1 parent ccbd144 commit 2a925a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// In javascript we do not need to specify type of the varialbe because if is dynamically used by javascript engine. We can use var data type. It can hold any type of data like String, Number, Boolen etc.
2+
13
console.log("hello");
24
// console.log("cai");
35
/*

0 commit comments

Comments
 (0)