Write a function called formatPhoneNumber that takes in an array of numbers and returns a string representing the phone number formed by concatenating the numbers in the specified format.
Question 1 : How can you convert a string to a number in JavaScript? write all the ways. Question 2 : How do you round a number to a certain number of decimal places in JavaScript? Question 3 : How ...