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
This would mean adding <!DOCTYPE html> in the HTML and "use strict"; in the JS, and following modern best practices (e.g. use const and let instead of var).
Note that just adding a DOCTYPE breaks our layout, since it currently depends on "quirks mode".
The text was updated successfully, but these errors were encountered:
This would mean adding
<!DOCTYPE html>
in the HTML and"use strict";
in the JS, and following modern best practices (e.g. useconst
andlet
instead ofvar
).Note that just adding a
DOCTYPE
breaks our layout, since it currently depends on "quirks mode".The text was updated successfully, but these errors were encountered: