Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

F-5 Return the square of every number.

Write a function that accepts any number and returns it's square value. 

Don't forget to validate always before that the accepted input of the function is always number. If not print an appropriate message to the console to inform the user that this action is not possible and prevent further code from running.