Skip to content

Commit 20c8c9e

Browse files
authored
Create Ohtuk.js
1 parent 4922c1e commit 20c8c9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Ohtuk.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
let x = 5;
2+
let y = 7;
3+
let z = x+y;
4+
console.log(z);
5+
6+
let person ="john Doe", carName = "Lamborne", petName= "Pussy";
7+
8+
let _letName = " Lol";
9+
let _= 2;
10+
let _1100=

0 commit comments

Comments
 (0)