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

View File

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