This article consists of notes taken in a practical introduction to the native modern JavaScript language by Samer Buna. This introduction covered topics such as objects, functions, scopes, promises, modules, and APIs.
. Variables are different in terms of scope. Scope can be function or block based. They can be...