Console Hands-On 1

💻 Exercises

Complete these exercises using your browser's Console (F12):

This is a hands-on exercise that will help you understand console methods in JavaScript. For each exercise:

  1. 🤔 Think about how you would solve it
  2. ⌨️ Try writing the code in your brain 🧠 (or borrow someone else's)
  3. 👆 Click the exercise's button to see an example solution
  4. 🔄 Compare your approach with the example

Remember: There are often multiple valid ways to solve these exercises!

📝 Exercise 1: Basic Logging

Tasks:

  1. Log your name using console.log()
  2. Log a warning message about battery level
  3. Log an error message about connection failure

🎨 Exercise 2: Styled Output

Create a console message that:

  1. Uses a blue color
  2. Has a font size of 20px
  3. Is bold

📊 Exercise 3: Grouping

Create a grouped console output for a car object with:

  1. Main group named "Car Details"
  2. Basic info (model, year)
  3. Nested group for "Technical Specs"

📊 Exercise 4: Table of Superhero Bugs

Create a table of debugging superheroes:

  1. Use console.table() to show bug-fighting heroes
  2. Include: name, superpower, bugsSquashed
  3. Add at least 3 debugging champions

⏱️ Exercise 5: Debug Olympics

Create console timers for a Debug Olympics:

  1. Start timer "BugHunting"
  2. Find bugs for 2 seconds
  3. Start timer "CodeSprinting"
  4. Sprint for 1 second
  5. End both timers

😄 Exercise 6: Console Comedy Club

Create funny console messages:

  1. Use different console styles
  2. Make at least one dad joke
  3. Include emoji 🐛