Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NODE_PROJECTS/getting-started-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ write an if-else chain.
• Write one version of this program that runs the if block and another that runs the else block.


27. Alien Colors #3: Turn your if-else chain from Exercise 5-4 into an if-else chain.
27. Alien Colors #3: Turn your if-else chain from Exercise 25-26 into an if-else chain.

• If the alien is green, print a message that the player earned 5 points.

Expand Down