Sushmitha VootukuriHTTP1.1 Vs HTTP2What is HTTP? and Why is HTTP/2 faster than HTTP/1.1?Nov 5, 2020Nov 5, 2020
Sushmitha VootukuriInternal representation of objects in JavaScriptIn JavaScript, an object is a collection of properties that are defined as a key-value pair, where the key is the generic name of the…Nov 4, 2020Nov 4, 2020
Sushmitha VootukuriWhy primitive values are assigned by value and non primitive values by reference in JavaScript?Assigning or copying content of primitive types and non primitive types behave completely different. Before understanding what made it…Nov 4, 2020Nov 4, 2020
Sushmitha VootukuriDifference between Window, Document and Screen in JavaScriptWindow object and Document object are often look alike and confusing ??Nov 2, 20202Nov 2, 20202
Sushmitha VootukuriCopy by value for a Composite Data type in JavaScriptPrimitive Data Types(String, Boolean..) are passed By Value and Composite Data Types(objects) are passed By Reference.Nov 1, 2020Nov 1, 2020