Skip to content

Commit a05da69

Browse files
committed
Worked on Debugging Runtime Errors 2 exercises, one of the console.logs was spelled incorrectly
1 parent 91d675f commit a05da69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors-and-debugging/exercises/DebuggingRuntimeErrors2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (launchReady) {
1414
console.log("Fed parrot...");
1515
console.log("6, 5, 4...");
1616
console.log("Ignition...");
17-
consoul.log("3, 2, 1...");
17+
console.log("3, 2, 1...");
1818
console.log("Liftoff!");
1919
} else {
2020
console.log("Launch scrubbed.");

0 commit comments

Comments
 (0)