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
Some model code is inside some controller code this should be moved into it's own functions
retrieveLocalStorage functions contains controller & model
The local storage should be moved into a function called getLocalStorage
The retrieveLocalStorage function should be renamed to retrieveShoppingCart
removeFromCart function should call the getLocalStorage function instead of having model code
cartCallback function should call the getLocalStorage function instead of having model code
The model code in the if statement should also be moved into a model function called setLocalStorage
The text was updated successfully, but these errors were encountered:
Some model code is inside some controller code this should be moved into it's own functions
retrieveLocalStorage functions contains controller & model
The local storage should be moved into a function called getLocalStorage
The retrieveLocalStorage function should be renamed to retrieveShoppingCart
removeFromCart function should call the getLocalStorage function instead of having model code
cartCallback function should call the getLocalStorage function instead of having model code
The model code in the if statement should also be moved into a model function called setLocalStorage
The text was updated successfully, but these errors were encountered: