Use === to compare buttonClicked with a boolean so that the comparison is true.
===
buttonClicked
true
Make sure to type === true.
=== true