We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c628686 + 266ff02 commit 99a128dCopy full SHA for 99a128d
1 file changed
introduction to js/1.js
@@ -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