싱글스레드

    [JavaScript_study] 자바스크립트 정의

    JavaScript is lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many-non browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. => 가볍고 인터프리터 언어이며 필요할때 실시간으로 런타임시 컴파일을 하는 언어이다. 일급함수를 가진 프로그래밍 언어이다. 브라우저가 아닌 환경에서도 사용가능하다. ex) Node.js, Apache 등등 자바스크립트..