-
Notifications
You must be signed in to change notification settings - Fork 2
MVC structure #11
Copy link
Copy link
Open
Description
constructor(board, tiles, pieces) {
this.promotionPrompt = document.querySelector(
".promotion-prompt-container"
);
this.promotionPromptBlack = document.querySelector(
".promotion-prompt-black"
);
this.promotionPromptWhite = document.querySelector(
".promotion-prompt-white"
);
this.piecePromotionButton = document.querySelectorAll("[promotion-button]");
...document calls should not be inside a class. this further improves MVC, separates concerns. anyway, you can pass it also as a parameter for the constructor like what you did in app.js
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels