We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05761bc commit aab6caeCopy full SHA for aab6cae
booleans-and-conditionals/exercises/part-2.js
@@ -4,6 +4,7 @@ let shuttleCabinReady = true;
4
let crewStatus = spaceSuitsOn && shuttleCabinReady;
5
let computerStatusCode = 200;
6
let shuttleSpeed = 15000;
7
+let commandOverride = true;
8
9
// 3) Write conditional expressions to satisfy the following safety rules:
10
0 commit comments