Search for question
Question

Create a map called creditHrs. Use the map to store course numbers and the corresponding credit

hours for each of the following courses: IT-1025: 3, IT-1050:3, IT-2310: 3, IT-2320:4, IT-2030:4,

IT-2351:4, IT-2650:4.

* Use a get() to find the credit hours for IT-2030.

* Use a loop to output all of the values.

Need in Javascript

Fig: 1