Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var oldVal = Number;
- var newVal = updateLog;
- if (oldVal == "0"){
- //do_nothing
- }
- else if (oldVal > newVal){
- console.log("Adding Value")
- }
- else if (oldVal < newVal){
- console.log("Substracting Value")
- }
- var oldVal = newVal;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement