+ 5
Javascript practice(explain it to me)
Please,some one could just explain me the answer for the basic concepts big sale practice thing in javascript....I cannot understand it how and what..... explain that to me😇
5 ответов
+ 1
I admit the question is confusing since part of it is hidding and we are seeing things we have not seen before. So here you go.
https://www.sololearn.com/Discuss/2659228/math-operator-2-js
+ 4
Chris C. Thank you,I just found just the answer I need😇
+ 1
Please post the full problem you need help with. We will review and provide the explanation.
0
Five employees at a company are stored in Map in the program you are given. Their names are set as keys and their positions as values. The company is hiring one more employee. The program should take the name and the position as inputs and store them in the existing map.
Complete the program to perform that operation and output to the console the list of employees in the format shown in the sample output.
Sample Input
Bob
Developer
Sample Output
Richard : Developer
Maria : SEO Specialist
Tom : Product Manager
David : Accountant
Sophia : HR Manager
Bob : Developer
....share the code...
0
thanks