Question 1 Have the function FirstReverse(str) take the str parameter being passed and return the string in reversed order. Question 2 Using the JavaScript language, have the function ...
var x = 1 is both declaration and definition (also we can say we are doing initialisation), Here declaration and assignment of value happen inline for variable x, In JavaScript every variable ...