From 1561a5db662a451fdde1791abd3f681da6e18213 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 13 Mar 2016 10:44:26 -0500 Subject: [PATCH] Add disclaimer at the end --- javascript/immutable-remove-with-the-spread-operator.md | 3 +++ 1 file changed, 3 insertions(+) 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.