JavaScript: The Ghost in the Machine
10 Modules
- Mission 0: System Command Language
- Mission 1: Drone Activation
- Mission 2: The Debris Field
- Mission 3: Building the Command Library
- Mission 4: Planetary Survey
- Mission 5: The Drone Factory
- Mission 6: Interstellar Relay
- Mission 7: The Interactive Star Map
- Mission 8: Codebase Refactor
- Mission 9: Rebooting the Command Core
Mission 1: Drone Activation
First, send a signal to the drone's console to confirm your script is running.
00:00
Mission Objective
Use `console.log()` to print the message "Systems Nominal" to the console.
Step 1 / 3
System Briefing: Boot Sequence
A diagnostic drone, callsign "Spark-1," is inert on its charging pad. You need to establish a connection and run a basic systems check by writing your very first lines of JavaScript. This involves sending signals via the console, declaring variables to hold its status, and using operators to perform calculations.