Complete the square sum function so that it squares each number passed into it and then sums the results together.
For example, for [1, 2, 2] it should return 9 because 1^2 + 2^2 + 2^2 = 9.
-
Notifications
You must be signed in to change notification settings - Fork 0
8 kyu
marta-pylypchuk/codewars-square-sum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
8 kyu
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published