We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e55ba commit 6be06f7Copy full SHA for 6be06f7
1 file changed
booleans-and-conditionals/exercises/part-1.js
@@ -7,6 +7,10 @@ let crewStatus = spaceSuitsOn && shuttleCabinReady
7
let computerStatusCode = 200
8
let shuttleSpeed = 15000
9
10
+TextDecoderStream1
11
+2
12
+3
13
+
14
// BEFORE running the code, predict what will be printed to the console by the following statements:
15
16
if (engineIndicatorLight === "green") {
0 commit comments