Sometimes when clicking the random shape button nothing happens. This is because the newly selected random shape can be the same one as the previous one. This makes it look like nothing happened.
Mission:
Figure out a way to not show the same random shape twice.
Hint:
Extend the handleClick function with the new functionality
Sometimes when clicking the random shape button nothing happens. This is because the newly selected random shape can be the same one as the previous one. This makes it look like nothing happened.
Mission:
Hint: