fix(curriculum): wrap number in backticks in lecture quiz (#57669)

This commit is contained in:
Shaurya Tiwari 2024-12-21 17:13:00 +05:30 committed by GitHub
parent 38bf95ec6e
commit 06bd42e97e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ Consider how `Number.parseInt()` handles leading whitespace and non-digit charac
---
42
`42`
### --feedback--