JavaScript objects and its internal representationIn real life object is an entity having state and behavior . For example: car, pen, bike, chair, glass, keyboard, monitor etc. In the same…Nov 7, 2020Nov 7, 2020
Why there is a difference in behavior for copying contents in primitive and non primitive type?In JavaScript, a variable may store two types of values: primitive and non primitive types. JavaScript provides primitive types as…Nov 5, 2020Nov 5, 2020
Difference between HTTP1.1 vs HTTP2HTTP is the basis for almost all web applications. HTTP is the method clients and servers use to request and send information. The first…Nov 5, 2020Nov 5, 2020
How to do copy by value of a composite data type in JavaScript?Composite data types are a combination of primitives and other data types. They include arrays, objects. In JavaScript composite data…Nov 5, 2020Nov 5, 2020