Objects in javascriptThere is a famous saying we go like this everything in javascript is objectsDec 13, 2020Dec 13, 2020
What is the difference between window, screen, and document in Javascript?WindowDec 13, 2020Dec 13, 2020
why there is a difference in behavior for copying contents in primitive and nonprimitive types?In the case of primitive data types we copy by the value which means we assign a variable to another variable, its data is passed to…Dec 8, 2020Dec 8, 2020
How do you copy by value a composite data type?To start off let us talk about the basic data types in javascript language there are classified as primitive and composite datatypeDec 8, 2020Dec 8, 2020
DIFFERENCE BETWEEN HTTP 1.1 VS HTML 2HTTP is based on the Client/Server model. The client/server model can be explained as two computers, the Client (receiver of service) and…Dec 8, 2020Dec 8, 2020