Skip to content

Commit ae86909

Browse files
authored
Update and rename Let,const & var to Let,const & var.js
1 parent ef31715 commit ae86909

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Let,const & var

-1
This file was deleted.

Let,const & var.js

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
let age = 30;
2+
3+
age = 31;
4+
5+
console.log(age);
6+
7+
//const birthYear=1991;
8+
9+
console.log(birthYear);
10+
11+
var job =programmer;
12+
13+
14+
lastName = "Rifat";
15+
console.log(lastName);

0 commit comments

Comments
 (0)