Skip to content

Commit e9b164a

Browse files
committed
hw
1 parent 542846e commit e9b164a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

how-to-write-code/consolelogexamples01.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
console.log('Hello, JavaScript.');
2-
console.log(2001);
1+
2+
);
33
console.log("What","do","commas","do?");
44
console.log("Does", "adding", "space", "matter?");
55
console.log('Launch' + 'Code');

0 commit comments

Comments
 (0)