From 641e8dbe54ea5114c0a5daf14adb685e82ad0d4c Mon Sep 17 00:00:00 2001 From: Walker30263 <64369095+Walker30263@users.noreply.github.com> Date: Mon, 9 Aug 2021 21:33:48 -0400 Subject: [PATCH] Update 006.js --- 006.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/006.js b/006.js index ec0ebd6..7295f52 100644 --- a/006.js +++ b/006.js @@ -40,4 +40,4 @@ function solution(x) { return Math.abs(squareOfSums - sumOfSquares); //return the absolute difference, absolute value gets rid of the sign just in case it's negative } -console.log(solution(100)) +console.log(solution(100)) //tells you the answer!