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
Implemented Observer pattern to define a subscription mechanism to notify multiple objects about any events that happen to the object they’re observing,
Implemented Facade pattern to create a simplified interface for interaction with store and observer;
wrote UNIT-tests with using JEST;
Implemented a class DOM containing methods for interaction with the DOM tree of the application;