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
Remove unused imports, variables, and functions.
`QuizManager.initialize` was a bit of a special case; it wasn't being
used, but it was a useful function. Its functionality was being
duplicated in `main.js`, but it seemed cleaner to have it handled by the
function. So I rewrote it so that the functionality was implemented only in
the function.
0 commit comments