You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose we refactor the code to introduce ternary operators into this workshop.
keyDownHandler(e) and keyUpHandler(e) could easily be refactored. Maybe just refactoring one for comparison purposes, and leave the other the way it is.
The text was updated successfully, but these errors were encountered:
I propose we refactor the code to introduce ternary operators into this workshop.
keyDownHandler(e)
andkeyUpHandler(e)
could easily be refactored. Maybe just refactoring one for comparison purposes, and leave the other the way it is.The text was updated successfully, but these errors were encountered: