Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (hour = 23) && (minute = 59) && (second = 59){
  2.   hour +1 = 00;
  3.   minute +1 = 00;
  4.   second +1 = 00;
  5.   console.log(hour minute second)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement