Skip to content

Commit 4764178

Browse files
committed
#1 app.js:
- added code to display "Hello World" as console.log in terminal
1 parent 568c55a commit 4764178

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let message = 'Hello World';
2+
3+
console.log(message);

0 commit comments

Comments
 (0)