Frontend developer with 8+ years of experience, focused on build maintainable solutions.
- Bogotá, Colombia
Pinned Loading
-
creational-constructor-pattern.js
creational-constructor-pattern.js 1class Person {
2constructor(name, action) {
3this.name = name;
4this.action = action;
5 -
creational-singleton-pattern.js
creational-singleton-pattern.js 1class User {
2constructor(name) {
3if (typeof User.instance === 'object')
4return User.instance;
5 -
-
-
react-hooks-and-controller
react-hooks-and-controller PublicBasic implementation for hooks and controller component
JavaScript
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.