Finish the code for a three dimensional vector object called Vector3 with x, y, and z properties and an add method that takes two arguments, both vector objects, and sets itself to be the sum of the two argument vectors.

javascript programming
exercise: methods 06