Write is a single class that has a constructor which gets a base number! Create an add method, that adds the given number to the base javascript code example
Example: javascript constructor object
function Person(first, last, age, eye) {
this.firstName = first;
this.lastName = last;
this.age = age;
this.eyeColor = eye;
}