We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a753e6 commit 5c8e245Copy full SHA for 5c8e245
01-Hello-World/hello-world.js
@@ -0,0 +1,5 @@
1
+
2
+function helloWorld(){
3
+ document.write('Hello, World!');
4
+}
5
+helloWorld()
0 commit comments