-
-
Notifications
You must be signed in to change notification settings - Fork 44.3k
Build a Logic Checker App - Step 12 - Too strict quotes check #66928
Copy link
Copy link
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.js v9 certThis is for the JS V9 certification.This is for the JS V9 certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Metadata
Metadata
Assignees
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.js v9 certThis is for the JS V9 certification.This is for the JS V9 certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Describe the Issue
The else clause is not marked as correct when using single quotes instead of double quotes.
Took me a while to figure the problem out!
Affected Page
https://www.freecodecamp.org/learn/javascript-v9/workshop-logic-checker-app/step-12
Your code
Expected behavior
I would have expected to pass the check with single quotes, like in any other challenge.
Screenshots
Single quotes

Double quotes

System
Additional context
No response