Skip to content

Commit e904eba

Browse files
Update 3.1.4 Your Name and Hobby.js
fixed a semi-colon problem
1 parent 1cd7f6c commit e904eba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

3.1.4 Your Name and Hobby.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* This program should print out your
22
* name, and a hobby you have */
33
function start(){
4-
5-
println("My name is <your name here>")
6-
7-
println("I like programming.")
4+
println("Your name"); //Enter in your name
5+
println("Your hobby"); //Enter in your hobby or hobbies
86
}

0 commit comments

Comments
 (0)