Last active
February 4, 2022 10:11
-
-
Save hmmhmmhm/ac21278e8562cbb7d858a66abd0f6536 to your computer and use it in GitHub Desktop.
자바스크립트 한줄 구구단
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 이 영상 보고 감명받아 만듬 😆ㅋㅋㅋ https://youtu.be/UUJKiTcnGK0 | |
| [...Array(9)].map((_,a,b)=>b.map((_,b)=>a*b+a+b+1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment