Step 4: Infiltrate the City

Our evil plan is coming along swimmingly! Now, we must gather intel on the city's defenses.

	// Evil Code
	// Infiltrate the city's defenses
	// by gathering info on the water supply
	// and the power grid

	// function evilInfiltrate() {
	// var cityDefenses = {
	// waterSupply: 'tasty',
	// powerGrid: 'powerful'
	// }
	//
	// // Return a string indicating success
	// return "Infiltrated the city's defenses!";
	}
	

Current Status: 30% Complete

Return to Control Panel