Skip to content

Commit 6be06f7

Browse files
committed
test
1 parent b0e55ba commit 6be06f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

booleans-and-conditionals/exercises/part-1.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ let crewStatus = spaceSuitsOn && shuttleCabinReady
77
let computerStatusCode = 200
88
let shuttleSpeed = 15000
99

10+
TextDecoderStream1
11+
2
12+
3
13+
1014
// BEFORE running the code, predict what will be printed to the console by the following statements:
1115

1216
if (engineIndicatorLight === "green") {

0 commit comments

Comments
 (0)