In this exercise, you will use object literals to make cleaner constructors for objects.
MusicVideo code, as you'll be working on changing Video first.
Video constructor function to accept a single object literal argument instead of multiple arguments.
Video object and call watch() on it.
MusicVideo constructor function to also accept a single object literal argument instead of multiple arguments. Test it by calling it at least once.
undefined