We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b458c0b commit fbd3ac1Copy full SHA for fbd3ac1
Exercises/ex01/HelloWorld.js
@@ -1,6 +1,6 @@
1
-// Write a program that writes the string "Hello, World!" using the console.log function
+// Write a program that prints the string "Hello, World!" using the console.log function
2
// You should write your code in place of the comment below that reads // place your code here
3
// The program below should produce the following output:
4
// Hello, World!
5
6
-// place your code here
+// place your code here
0 commit comments