Skip to content

Commit 3ed62d6

Browse files
Add files via upload
1 parent c56ea18 commit 3ed62d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const a = 10;
2+
const b = 20;
3+
const c = a + b;
4+
console.log(c)

0 commit comments

Comments
 (0)