ES-2 Square root
Create an arrow function that accepts a number as an argument and returns it's square root.
Bonus: Put also a default value of 9 to the number parameter.
Check Multiples arrow function
Arrow Functions