MonikasharmaWhat is the difference between window, screen, and document in JavaScript?Window: The window object is supported by all browsers. It represents the browser’s window. All global JavaScript objects, functions, and…Apr 14, 2021Apr 14, 2021
MonikasharmaWhy there is a difference in behavior for copying contents in primitive and non primitive data…Difference between primitive and non-primitive data types.Dec 9, 2020Dec 9, 2020
MonikasharmaHow do you copy by value a composite data type in JavaScript?First understand what is data type? So data types are basically type of data that can be used and manipulated in a program. A variable in…Dec 9, 2020Dec 9, 2020