Question: Complete the JavaScript below (the **** part) to display the price value of 2000. var product={ name:computer, price:2000; }; var price = **** ; $(#result).text(The
Complete the JavaScript below (the **** part) to display the price value of 2000.
var product={ "name":"computer", "price":2000; };
var price = **** ; $("#result").text("The price is: "+price);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
