Skip to content

Instantly share code, notes, and snippets.

@hmmhmmhm
Last active February 4, 2022 10:11
Show Gist options
  • Select an option

  • Save hmmhmmhm/ac21278e8562cbb7d858a66abd0f6536 to your computer and use it in GitHub Desktop.

Select an option

Save hmmhmmhm/ac21278e8562cbb7d858a66abd0f6536 to your computer and use it in GitHub Desktop.
자바스크립트 한줄 구구단
// 이 영상 보고 감명받아 만듬 😆ㅋㅋㅋ 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