Skip to content

Commit 266ff02

Browse files
committed
Create 1.js
1 parent c628686 commit 266ff02

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • introduction to js

introduction to js/1.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//SINGLE LINE COMMENT
2+
3+
//filling in the blanks
4+
5+
console.log("hello world");
6+
7+
console.log("%chello world", "color:red; font-size: 100px");
8+
9+
10+
var a = "hello world";
11+
12+
13+
console.log(a)

0 commit comments

Comments
 (0)