We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a128d commit ff27fadCopy full SHA for ff27fad
1 file changed
introduction to js/1.js
@@ -2,10 +2,9 @@
2
3
//filling in the blanks
4
5
- console.log("hello world");
+console.log("hello world");
6
7
- console.log("%chello world", "color:red; font-size: 100px");
8
-
+console.log("%chello world", "color:red; font-size: 100px");
9
10
var a = "hello world";
11
0 commit comments