mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
fix(curriculum): clarify step 9 instructions in emoji reactor workshop (#66971)
This commit is contained in:
committed by
GitHub
parent
93ccbf8caf
commit
641585f419
+2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user