The Code Combat

Step into the server-side shadows. Learn Node.js and conquer the backend.

🧩 Concepts

⚔️ Quests

📜 Log Your Destiny

Write a Node.js script that logs your name, weapon, and level to the console.

🖥️ Summon a Server

Create a Node.js HTTP server that returns "Welcome to the Backend Lair" in the browser.

🛠️ Final Challenge

Build a CLI script quest-log.js that:

  • > Takes command line input (e.g. hero name, weapon)
  • > Writes the data to log.txt using the fs module
  • > Prints a "Mission saved!" message
  • Submit your quest-log.js file on Discord to earn the Berserker badge!

    Submit Your Challenge