diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-numbers-and-common-number-methods/6732808f3221720adc833e81.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-numbers-and-common-number-methods/6732808f3221720adc833e81.md index cb6dd133395..a0d01ae9dfa 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-numbers-and-common-number-methods/6732808f3221720adc833e81.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-numbers-and-common-number-methods/6732808f3221720adc833e81.md @@ -74,7 +74,7 @@ Consider how `Number.parseInt()` handles leading whitespace and non-digit charac --- -42 +`42` ### --feedback--