Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for(let hash = "#"; hash.length <= 7; hash = hash + "#")
  2. console.log(hash);
  3.  
  4. // Prints
  5. #
  6. ##
  7. ###
  8. ####
  9. #####
  10. ######
  11. #######
Add Comment
Please, Sign In to add comment