Guest User

Untitled

a guest
Dec 10th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. A. Write a JavaScript program to sum the multiples of 5 and 7 under 1000. Your function must use a while loop.
  2.  
  3. B. Write the Big O notation of your new function as a comment in the same file.
Add Comment
Please, Sign In to add comment