Open in app
Home
Notifications
Lists
Stories

Write
Suraj Shenoy
Suraj Shenoy

Home

Nov 19, 2020

JavaScript: Window, Document and Screen

Window — Window The JavaScript window object sits at the top of the JavaScript Object hierarchy and represents the browser window. The window object is supported by all browsers. All global JavaScript objects , functions, and variables automatically become members of the window object. The window is the first thing that gets loaded…

Java Script

2 min read


Nov 18, 2020

Difference Between HTTP/2.0 & HTTP/1.1.

What is HTTP? — What is HTTP? Hypertext Transfer Protocol (HTTP) is an application protocol that is, currently, the foundation of data communication for the World Wide Web. It is the process involved when a user types in a URL on the World Wide Web. …

9 min read


Nov 15, 2020

Objects and it’s internal representation in JavaScript.

Objects overview — Objects overview JavaScript is designed on a simple object-based paradigm. An object is a collection of properties, and a property is an association between a name (or key) and a value. A property’s value can be a function, in which case the property is known as a method. …

Objects In Javascript

4 min read

Objects and it’s internal representation in JavaScript.
Objects and it’s internal representation in JavaScript.

Nov 7, 2020

Why There Is a Difference In Behaviour For Copying Contents In Primitive and Non Primitive Data Type?

To understand this, first we have know the difference between primitive and non-primitive data types. — To understand this, first we have know the difference between primitive and non-primitive data types. Primitive Data types Data types such as number, strings, Boolean, undefined, null are called primitive data types in Java Script. These data types hold small values and the values of the elements are copied by value.

2 min read

Why There Is a Difference In Behaviour For Copying Contents In Primitive and Non Primitive Data…
Why There Is a Difference In Behaviour For Copying Contents In Primitive and Non Primitive Data…

Nov 6, 2020

How do you copy by value a composite data type in JavaScript ?

What is a Data type? — What is a Data type? In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Three major Categories of Data types in JavaScript. Primitive :data types such as number: 2,1.5, Boolean: True/false, String: ‘Apple’. …

4 min read

How do you copy by value a composite data type in JavaScript ?
How do you copy by value a composite data type in JavaScript ?
Suraj Shenoy

Suraj Shenoy

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable