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 4: Planetary Survey
A new plant species has been scanned. Represent the scan data as a structured JavaScript object.
00:00
Mission Objective
Create an object `plant` with these properties: `id` ('XF-001'), `name` ('Glimmer Spore'), `isToxic` (true), and `color` ('Bioluminescent').
Step 1 / 4
System Briefing: Cataloging Data
Spark-1 is on its first real mission: cataloging xenoflora on a newly discovered planet. Each scan produces a packet of data. You must use JavaScript's core data structures to store and organize this information efficiently.