Mission 8: Codebase Refactor
First, enable 'strict mode' to catch common coding mistakes and 'unsafe' actions. This is a critical first step in modernizing any legacy codebase.
00:00
Mission Objective
Add the `'use strict';` directive to the top of the script. This will enforce stricter parsing and error handling.
Step 1 / 2
System Briefing: Professional-Grade Code
The ship's primary `systems.js` file has become a single, massive file that is hard to maintain. You must refactor it using modern techniques to make it more organized, efficient, and error-proof.