From 8af28768393005cfa07aa0fceed454e94cc6230f Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Thu, 9 Jan 2025 06:22:17 +0700 Subject: [PATCH] fix(curriculum): wrap keywords in backticks (#57992) --- .../673500b41af8500191febedc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-in-react/673500b41af8500191febedc.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-in-react/673500b41af8500191febedc.md index fdaf553686e..10e1c2d4cfe 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-in-react/673500b41af8500191febedc.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-in-react/673500b41af8500191febedc.md @@ -25,9 +25,9 @@ function FruitList() { } ``` -In this example, the `map()` function iterates over each item in the fruits array. For each fruit, it creates a new `
  • ` element containing the fruit's name. The newly created array of `
  • ` elements is then displayed inside the `