There was an error while loading. Please reload this page.
1 parent 1cd7f6c commit e904ebaCopy full SHA for e904eba
3.1.4 Your Name and Hobby.js
@@ -1,8 +1,6 @@
1
/* This program should print out your
2
* name, and a hobby you have */
3
function start(){
4
-
5
-println("My name is <your name here>")
6
7
-println("I like programming.")
+println("Your name"); //Enter in your name
+println("Your hobby"); //Enter in your hobby or hobbies
8
}
0 commit comments