SuperSimpleDev / javascript-course

682 stars 552 forks source link

Update 5k.html #52

Open benli22 opened 11 months ago

benli22 commented 11 months ago

In line No. 12 it should be pre increment instead of post increment or it is not showing the correct result when we are clicking the button. In line No. 22 ,I have used the addition assignment operator to make the code small and identical to other addition lines. In line No. 38 it should be pre decrement instead of post decrement or it is not showing the correct result when we are clicking the Remove from cart button.