Girl Develop It Buffalo

JS101 Class 1 Homework: Calculator

Home

  • Write a function called squareNumber that will take one argument (a number), square that number, and return the result. It should also log a string like The result of squaring the number 3 is 9.