tracks/javascript/exercises/difference-of-squares/README.md in trackler-2.2.1.53 vs tracks/javascript/exercises/difference-of-squares/README.md in trackler-2.2.1.54
- old
+ new
@@ -1,5 +1,5 @@
-# Difference Of Squares
+# Difference of Squares
Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.
The square of the sum of the first ten natural numbers is
(1 + 2 + ... + 10)² = 55² = 3025.