Js는 인터프리터 언어일까, 컴파일 언어일까?
JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. - MDN
I think it's clear that in spirit, if not in practice, JS is a compiled language.
And again, the reason that matters is, s...
ryankim.hashnode.dev7 min read