Jasmine is writing a shopping app. She has created a variable to keep track of the number of items in the shopping cart. Everytime someone clicks the "addItemButton", she would like the variable to increase by 1. What code should Jasmine insert where it says in order for her app to work?a. cart total = 1.b. cart total + 1.c. cart total = cartTotal +1.d. var cart total = cartTotal + 1.e. var cart total + 1.

Solved
Show answers

Ask an AI advisor a question