Jeremy L Thompson
Jeremy L Thompson
I think someone mentioned that auto scrolling may be an accessibility concern?
I can research a faster solution
Yeah, that seems like a reasonable fix to me
Step 148 demonstrates using the ternary without discarding the return value of the ternary expression.
I would probably object less if this wasn't the very first introduction to a ternary expression. Putting this as the introduction of a ternary implies that the main function of...
Fair. I wouldn't object if this was taught *after* the ternary was introduced with usage of its return value.
The screenshot for step 1 is also missing the required parameters. Do the tests check for those?
Step 139 also presents this issue
Calorie Counter 22 has the same problem https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-form-validation-by-building-a-calorie-counter/step-22
This test is failing for me and a user on the Discord. I'm using Firefox and they are using Edge.