ARCANEDEV
Results
4
issues of
ARCANEDEV
## TODO - [x] Refactoring/Renaming the contracts (interfaces). - [ ] Adding more regionals for locales. - [ ] Complete the documentation. ## GOALS - [ ] 100% Code coverage...
enhancement
How about a public method to add listener(s) to an object, something like: ```js class Modal { //... on(event, callback) { this._element.addEventListener(`${event}${EVENT_KEY}`, callback); return this; } //... } ``` This...
js
feature
v5