Advertisement
dhshin

practice_5

Jun 26th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. console.log("----7단----");
  2.  
  3. for(let i = 1; i<= 9; i++) {
  4.   console.log("7*" + i + "=" + 7 * i);
  5. }
  6.  
  7. console.log("2134a"*5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement