Skip to content

Commit 7b8f584

Browse files
committed
container config
1 parent ac3fc63 commit 7b8f584

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

js_basics/variables.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const age = 23; //once u declared u can't change this
2+
var name = "krish";
3+
let mobile = 9773827637;
4+
5+
console.log([age,name,surname,mobile]);

0 commit comments

Comments
 (0)