You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check for absence of price key instead of a non-truthy value
Changes the addItem method so that when you add a new item, when we check the price key, instead of checking when the price is non-truthy, we check if the key exists in the object.
This allows the addition of 0 value prices.
* Added test
0 commit comments