JavaScript
1) Provide a source code solution (multiple classes using JavaScript) for the following problem using The factory object oriented design pattern: Creation of five different types of vehicles (Utility, Tractor, Car, Truck, Motorcycle). A test program is needed to test the interaction with the factory for...