Instructions Error

Learn Emojicode: Conditionals: What Emoji Are You (Freeform Project)

Course URL:
https://www.codecademy.com/courses/learn-emojicode/projects/what-emoji-are-you

Step 2 of this project asks users to “Start by creating an ↪️ statement that checks if happinessLevel is greater than 0 and at least a 4 . You can leave the 🍇🍉 body empty for now.”

However, it means to instruct users to create a statement that checks if happinessLevel is greater than 0 and lesser or equal to 4. The hint for this step demonstrates the correct instructions.

2 Likes