'F' → Fullscreen
console.log("Hello, world!");console.log("This class is taught by Mr. Mortimer.");console.log("You are currently visiting: https://skynest.nexus");console.log(); // Display a blank line//
console.log("Hello, world!");console.log("This class is taught by Mr. Mortimer.");console.log("You are currently visiting: https://sehs.io");console.log(); // Display a blank line
console.log("What is the answer to life, the universe, and everything?");console.log("The answer is 42.");console.log();
console.log("Sally sells seashells by the seashore.");console.log("Sally wants to invite you to invest in a money making opportunity.");console.log();
console.log("If you start to feel overwhelmed, just remember:");console.log("Mortimers don't quit, we get fired!");console.log();console.log();
console.log("Sincerely,");console.log("Mr. Mortimer");
// console.log();// console.log("Display this message for 1 extra credit point");//
Your program output should something similar to the sample output below.
Hello, world!This class is taught by Mr. Mortimer.You are currently visiting: https://skynest.nexus
What is the answer to life, the universe, and everything?The answer is 42.
Sally sells seashells by the seashore.Sally wants to invite you to invest in a money making opportunity.
If you start to feel overwhelmed, just remember:Mortimers don't quit, we get fired!
Sincerely,Mr. Mortimer
Display this message for 1 extra credit point
I also accept the following items for extra credit:1. Expired mayonaise2. A preserved eyeball3. A VHS tape of a movie that nobody has heard of
You may write your reflection answers as comments at the bottom of your code.
console.log()
? How does it relate to the idea of a program "speaking" to a
user?
Cosnol.log()
by mistake. What do you think would happen when you try to run your
program? Why is correct spelling so important in programming?
Submit your activity and reflection answers to the appropriate dropbox.