Skip to content

Commit ff27fad

Browse files
committed
Day 01
Show output using console log
1 parent 99a128d commit ff27fad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • introduction to js

introduction to js/1.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
//filling in the blanks
44

5-
console.log("hello world");
5+
console.log("hello world");
66

7-
console.log("%chello world", "color:red; font-size: 100px");
8-
7+
console.log("%chello world", "color:red; font-size: 100px");
98

109
var a = "hello world";
1110

0 commit comments

Comments
 (0)