Plenty of π
Module 1: Introduction to JavaScript and Programming
Lab: Console Greetings

Practice using console.log() to output personal information and a custom message.

Tasks to Complete:

  • Use `console.log()` to display your full name.
  • On a new line, use `console.log()` to display your birth year.
  • On another new line, use `console.log()` to display your favorite programming language.
  • Finally, on a new line, print a brief message (1-2 sentences) expressing your excitement or goals for learning JavaScript.

JavaScript Sandbox

Output will appear here...

JavaScript execution is sandboxed. Output from `console.log()` and errors will appear above.