Scope in JavaScript

Scope is set of rules that determines where and how a variable can be referenced or is visible. Because we can nest blocks or functions inside another …

Defer script attribute

The defer attribute is used with <script> where it signals to browsers that the external script should be downloaded in parallel to parsing the …