Objects and its internal representation in JavascriptObjects are quite different from JavaScript’s primitive data-types(Number, String, Boolean, null, undefined and symbol.Dec 4, 2020Dec 4, 2020
What is the difference between window, screen, and document in Javascript?Window is the main JavaScript object root, aka the Global object in a browser, also can be treated as the root of the document object…Dec 4, 2020Dec 4, 2020
why there is a difference in behaviour for copying contents in primitive and non primitive type?Data types are used to store different kinds of variables.Dec 4, 2020Dec 4, 2020
How do you copy by value a composite data type?Data types are used to store different kinds of variables.Dec 3, 2020Dec 3, 2020
What happens when you hit a URL in the address bar?When you type an URL(Uniform Resource Locator)and hit enter , a HTTP request is sent to the server and server responds with an HTTP…Dec 2, 2020Dec 2, 2020
Difference between HTTP1.1 vs HTTP2We will see how this two works, only then we can understand the differences b/w them.Dec 2, 2020Dec 2, 2020