-
Write a
Square
constructor function allows create a new instance which can set edge and calculate area. -
Write a JavaScript function that reverse a number.
- Example x = 356712;
- Expected Output : 217653
- Write a JavaScript function that returns a passed string with letters in alphabetical order
- Example string :'bcda
- Expected Output: 'abcd'