From 2563c61b2eab703210db99327f6ec33cff8d2965 Mon Sep 17 00:00:00 2001 From: ronakgadhiya09 <120314724+ronakgadhiya09@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:53:52 +0530 Subject: [PATCH] fix(curriculum): add missing backticks (#57659) --- .../673362cbb475e21eab726506.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-higher-order-functions-and-callbacks/673362cbb475e21eab726506.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-higher-order-functions-and-callbacks/673362cbb475e21eab726506.md index 538b78c8441..a3f74c4374b 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-higher-order-functions-and-callbacks/673362cbb475e21eab726506.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-higher-order-functions-and-callbacks/673362cbb475e21eab726506.md @@ -116,7 +116,7 @@ console.log(result); ## --answers-- -2 +`2` ### --feedback--