1. Get Started 1) What Is JavaScript? -Name 더보기 This language was originally designed to appeal to an audience of mostly Java programmers, and because the word "script" was popular at the time to refer to lightweight programs. So the official name of the language specified by TC39( the technical steering committee that manages JS ) and formalized by the ECMA standards body is ECMAScript. The Jav..
https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed?tab=readme-ov-file GitHub - getify/You-Dont-Know-JS: A book series on JavaScript. @YDKJS on twitter. A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub. github.com INDEX 1. Get Started 2. Scope & Closures 3. Objects & Classes 4. Types & Grammar 1. Get Started 1) ..