JS에서는 라이브러리의 함수를 쓸때 this binding이 되어있는지 아닌지를 몰라서 a = b.c
라고 마음대로 못 쓰고 a = (x) => b.c(x)
가 되는지 먼저 꼭 확인해야한다. 안습;;
@bglbgl gwyng lazy evaluation 이군요...
If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/01966170-66bf-7e28-a1b9-b064890e461b on your instance and reply to it.
@iamuhun김무훈 앗 다시보니 좀 잘못썼는데,
a = b.c
를 해보고 안되면 fallback으로 후자를 하는거네요ㅋㅋ