fix(curriculum): fix backtick placement in quiz question (#60494)

This commit is contained in:
Ritika shrestha
2025-05-23 01:57:39 -07:00
committed by GitHub
parent 22fb9bc43b
commit 74aa61a7b4

View File

@@ -116,7 +116,7 @@ Remember that the `Object()` constructor creates an object wrapper for primitive
## --text--
What's the difference between new `Object()` and `{}`?
What's the difference between `new Object()` and `{}`?
## --answers--