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
app.js should just contain global functions and variables. Constructors and our big arrays
Each .html page will need it's own JS file for DOM manipulation.
If you try to get an element by ID on an .html page, but those elements don't exist on the page, you get an error.
The text was updated successfully, but these errors were encountered:
app.js should just contain global functions and variables. Constructors and our big arrays
Each .html page will need it's own JS file for DOM manipulation.
If you try to get an element by ID on an .html page, but those elements don't exist on the page, you get an error.
The text was updated successfully, but these errors were encountered: