you need to call updateCount when the button is clicked, and passing in a value. Do not make updateCount return a function, it will not pass the tests. Consider that you can give to addEventListener a different function
in this step you are asked to create updateCount, and you are asked to update the callback of the addEventListener to call updateCount(happyBtn), as in you change the body of the callback function