We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f678c8 + 3028219 commit ca37c9cCopy full SHA for ca37c9c
1 file changed
README.md
@@ -650,8 +650,8 @@ JavaScript function can change an object's properties or alter the contents of
650
an array which could easily cause bugs elsewhere.
651
652
Suppose there's a function that accepts an array parameter representing a
653
-shopping cart. If the function makes a change in that shopping cart array
654
-- by adding an item to purchase, for example - then any other function that
+shopping cart. If the function makes a change in that shopping cart array -
+by adding an item to purchase, for example - then any other function that
655
uses that same `cart` array will be affected by this addition. That may be
656
great, however it could also be bad. Let's imagine a bad situation:
657
0 commit comments