Skip to content

Commit 7717974

Browse files
committed
first
0 parents  commit 7717974

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

js/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
let a=1;
2+
a="coding techniques";

ts/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let a1=1;
2+
//a1="coding techniques"; //error //statically typed lang
3+
a1=10; //no error

0 commit comments

Comments
 (0)