Arrow functions don't allow the use of "this" (ends up returning the window object) so the buttons are failing to hide themselves.
Arrow functions don't allow the use of "this" (ends up returning the window object) so the buttons are failing to hide themselves.