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.