...

Exercise: Write Your First Line

You are a key member of NASA's first human mission to Mars, tasked with the high-stakes job of keeping Earth in the loop. Your inaugural transmission? "Another giant leap for our species."

You are the right person for the job. From your vast arsenal of programming tools, you know exactly which one to pull out: console.log("").

For this exercise, use console.log to print out the phrase "Another giant leap for our species." Remember that the line of code should start with the words console.log (all lowercase) followed by an opening parenthesis, the desired text in quotes, closing parenthesis, and finally a semicolon.

Loading...

Output (Console)