Please Help this JavaScript Program.
Computer Object: 1. Create an HTML and an external JavaScript file. In your JavaScript file, create an object named Computer with four properties, speed, storage, ram, and touchscreen. The last property is treated as a Boolean variable 2. Create a method for the object named setPrice() that will calculate the price of the computer. The base price of the computer is $200 saved in a property named price. If the speed of the
OR
OR