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.