INTRODUCTION TO JAVASCRIPT LANGUAGE
INTRODUCTION TO JAVASCRIPT Javascript is a scripting language, single thread, conforming to the ECMAScript specification that can operate both client-side and server-side and is compiled and interpreted. A scripting language is a language that needs to be executed within a pre-existing entity in order to operate. In the case of javascript, the entity is the web browser. Single Thread. Imagine a post office with a single operator who has to serve n customers. What the operator can do however fast is to serve one person at a time. People in the queue must wait for the [...]