Guest User

Untitled

a guest
Oct 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. let total = 0
  2.  
  3. for(let i = 1; i <= 20; i++){
  4. total += parseInt($(`#quantity_engine_oil_item_${i}`).val())
  5. }
Add Comment
Please, Sign In to add comment