durgesh sivaObjects 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
durgesh sivaWhat 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
durgesh sivawhy 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
durgesh sivaHow do you copy by value a composite data type?Data types are used to store different kinds of variables.Dec 3, 2020Dec 3, 2020
durgesh sivaWhat 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
durgesh sivaDifference 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