fix(curriculum): clarify step 9 instructions in emoji reactor workshop (#66971)

This commit is contained in:
Ayush Kumar Singh
2026-04-21 14:25:38 +05:30
committed by GitHub
parent 93ccbf8caf
commit 641585f419
@@ -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.