Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

**Divide JS files appropriately** #19

Open
BillyBunn opened this issue Jan 29, 2019 · 0 comments
Open

**Divide JS files appropriately** #19

BillyBunn opened this issue Jan 29, 2019 · 0 comments
Assignees

Comments

@BillyBunn
Copy link
Member

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.

@BillyBunn BillyBunn self-assigned this Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant