Guest User

Untitled

a guest
Jun 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var a = [1,2,3,4,5] // is increasing
  2. var a = [1,4,6,7,36] // is increasing
  3. var a = [1,6,3,6,5] // not increasing
Add Comment
Please, Sign In to add comment