-
-
Notifications
You must be signed in to change notification settings - Fork 44.9k
IndependentLowerJaw shows hints with relevant spaces trimmed #67697
Copy link
Copy link
Open
Labels
platform: learnUI side of the client application that needs familiarity with React, Gatsby etc.UI side of the client application that needs familiarity with React, Gatsby etc.scope: UIThreads for addressing UX changes and improvements to user interfaceThreads for addressing UX changes and improvements to user interfacestatus: discussingUnder discussion threads. Closed as stale after 60 days of inactivity.Under discussion threads. Closed as stale after 60 days of inactivity.
Metadata
Metadata
Assignees
Labels
platform: learnUI side of the client application that needs familiarity with React, Gatsby etc.UI side of the client application that needs familiarity with React, Gatsby etc.scope: UIThreads for addressing UX changes and improvements to user interfaceThreads for addressing UX changes and improvements to user interfacestatus: discussingUnder discussion threads. Closed as stale after 60 days of inactivity.Under discussion threads. Closed as stale after 60 days of inactivity.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the Issue
the test case is saying [pyramid("o", 4, false) should return "\n o\n ooo\n ooooo\nooooooo\n". ] but that is clearly not how the pyramid should be constructed that would return
and comply with the other positive testcase
Affected Page
https://www.freecodecamp.org/learn/javascript-v9/lab-pyramid-generator/lab-pyramid-generator
Your code
Expected behavior
The correct test case should be [pyramid("o", 4, false) should return '\n o\n ooo\n ooooo\nooooooo'.] which would make the correctly formatted
Screenshots
No response
System
Additional context
No response