Guest User

Untitled

a guest
Jan 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const documentsCreated = 19239123;
  2.  
  3. function checkDocuments(){
  4. let x = (documentsCreated / 2016) % 2016;
  5. if(x === 2016){
  6. return true
  7. } else {
  8. return false
  9. }
  10. }
Add Comment
Please, Sign In to add comment