Skip to content

Commit fbd3ac1

Browse files
authored
Update HelloWorld.js
1 parent b458c0b commit fbd3ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Exercises/ex01/HelloWorld.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Write a program that writes the string "Hello, World!" using the console.log function
1+
// Write a program that prints the string "Hello, World!" using the console.log function
22
// You should write your code in place of the comment below that reads // place your code here
33
// The program below should produce the following output:
44
// Hello, World!
55

6-
// place your code here
6+
// place your code here

0 commit comments

Comments
 (0)