Entradas

Many constructors in JavaScript

Imagen
We know that in javascript can't make more than one constructor in a class . To solve this we create a new static method where we can place the object or deconstruct it.