2.) Sort the list of friends above in alphabetical order. 3.) There is a list of names in a string below. How could we sort them alphabetically? Hint: use string and array methods.
In Javascript we can defined template string with `` (back ticks) which will allow to define string containing single quotes or double quotes inside or other symbols like new line. In Javascript you ...