Exercise 1: Sum of Squares
In this challenge, you need to implement a method which squares the passed variables and returns the sum.
We'll cover the following...
Problem Statement
A constructor function ...
Ask
In this challenge, you need to implement a method which squares the passed variables and returns the sum.
A constructor function ...