Guest User

Untitled

a guest
Jun 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. MAYBE(num1,num2) {
  2.  
  3. if (num1 + num2 > 15){
  4. return 'OVER';
  5. };
  6. return 'NOT OVER';
  7.  
  8. };
Add Comment
Please, Sign In to add comment