From 641585f41944864a0f46097ceeb29b0c1a2907f4 Mon Sep 17 00:00:00 2001 From: Ayush Kumar Singh Date: Tue, 21 Apr 2026 14:25:38 +0530 Subject: [PATCH] fix(curriculum): clarify step 9 instructions in emoji reactor workshop (#66971) --- .../blocks/workshop-emoji-reactor/689b15aacce1ae176ec768dc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curriculum/challenges/english/blocks/workshop-emoji-reactor/689b15aacce1ae176ec768dc.md b/curriculum/challenges/english/blocks/workshop-emoji-reactor/689b15aacce1ae176ec768dc.md index 8d19fce0b4e..bba07bca75f 100644 --- a/curriculum/challenges/english/blocks/workshop-emoji-reactor/689b15aacce1ae176ec768dc.md +++ b/curriculum/challenges/english/blocks/workshop-emoji-reactor/689b15aacce1ae176ec768dc.md @@ -13,6 +13,8 @@ Parse the text content of the `.count` element to extract the current number. Convert the count from a string to a number. +Replace the previous `console.log(countEl.textContent)` with your new log. + Log the current count in this format: `console.log("Current count:", currCount)`. Hint: remember you can use the `split` method to divide a string into an array of substrings.