1.2 Hello World
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Hello World | Traditionally the very first program you write when learning a programming language, a program that prints "Hello world" to the user. |
println | JavaScript function that prints out a line to the user |