Skip to content

Commit a74584f

Browse files
committed
container config
1 parent 7b8f584 commit a74584f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js_basics/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const age = 23; //once u declared u can't change this
22
var name = "krish";
33
let mobile = 9773827637;
4-
4+
// prefer not to use var bcz of issu in block scope and functional scope
55
console.log([age,name,surname,mobile]);

0 commit comments

Comments
 (0)