Posts by João Marçura • 9 points
1 post
-
0
votes2
answers431
viewsQ: Increase by 2 when activating Function
Hello, I’m a beginner in javascript and I would like to know how to block the item, when var total reaches the same value as the item, ex: 200, increase 2 by 2 not 1 by 1. var total = 1; function…