From 74aa61a7b4d5dbbbddbb0a70a9a56798932df47e Mon Sep 17 00:00:00 2001 From: Ritika shrestha <87307821+ritsth@users.noreply.github.com> Date: Fri, 23 May 2025 01:57:39 -0700 Subject: [PATCH] fix(curriculum): fix backtick placement in quiz question (#60494) --- .../lecture-working-with-objects/6732b758194c97257d23fc72.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md index 20a1822ce77..8bbf65211f5 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md @@ -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--