Skip to content

Commit

Permalink
#1 app.js:
Browse files Browse the repository at this point in the history
- added code to display "Hello World" as console.log in terminal
  • Loading branch information
KlugeCh committed Mar 30, 2021
1 parent 568c55a commit 4764178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let message = 'Hello World';

console.log(message);

0 comments on commit 4764178

Please sign in to comment.