From 95c6b6a35ee0c3a21aa5931158158a072426fba3 Mon Sep 17 00:00:00 2001 From: stocktons Date: Tue, 7 Jun 2022 12:52:42 -0400 Subject: [PATCH] clarified directions for squareEvens --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47e5956..ed85327 100644 --- a/readme.md +++ b/readme.md @@ -276,7 +276,7 @@ values(obj3); // [] ### squareEvenNumbers -Write a function called **squareEvenNumbers** which accepts an array and returns the sum of all of the even numbers in the array squared. +Write a function called **squareEvenNumbers** which accepts an array and returns the sum of the squares of all the even numbers in the array. Examples: