Currently on Codecademy and learning about React.
Came to this code:
No need for too much stress the solution is just double quote elimination "", in ReactJs to call a function inside an element you just have to do the following
onClick={functionName}
React can process function in curly braces.