From 06bd42e97ee81bd2502b4727d979b487e319a945 Mon Sep 17 00:00:00 2001 From: Shaurya Tiwari Date: Sat, 21 Dec 2024 17:13:00 +0530 Subject: [PATCH] fix(curriculum): wrap number in backticks in lecture quiz (#57669) --- .../6732808f3221720adc833e81.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--