diff --git a/javascript/immutable-remove-with-the-spread-operator.md b/javascript/immutable-remove-with-the-spread-operator.md index 79c1a56..601118c 100644 --- a/javascript/immutable-remove-with-the-spread-operator.md +++ b/javascript/immutable-remove-with-the-spread-operator.md @@ -22,3 +22,6 @@ list ``` It only took a couple lines of code and immutability is baked in. + +There may be a couple edge cases that are not handled in this solution, but +you get the general idea.