Basic JavaScript: Use the Conditional (Ternary) Comparison Operator Incorrect operator (=) should be === in solution

The following hint to Basic JavaScript: Use the Conditional (Ternary) Operator.
At https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/use-the-conditional-ternary-operator/ is missing a equal sign that should be == or ===(strictly) equal. Thank you A Pretorius

Thank you for helping make FCC better. Bugs should always be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.