Open in app
Home
Notifications
Lists
Stories

Write
Balaji sankar
Balaji sankar

Home

Nov 5, 2020

WINDOW VS SCREEN VS DOCUMENT — JAVASCRIPT

JAVASCRIPT WINDOW The Window the interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window. A window for a given document can be obtained using the document.defaultView property. A global variable, windowrepresenting the window in which the script is running…

Javacript

2 min read


Nov 4, 2020

HTTP2 vs HTTP 1.1

What is HTTP? Hypertext Transfer Protocol (HTTP) is an application protocol that is, currently, the foundation of data communication for the World Wide Web. HTTP is based on the Client/Server model. …

Https

3 min read


Nov 4, 2020

JAVASCRIPT OBJECTS

What is an Object? An object in JavaScript is a data type that is composed of a collection of keys and values, represented in value pairs. The name:value pairs can consist of properties that may contain any data type — including strings, numbers, and Booleans — as well as methods…

Java Script

3 min read


Nov 4, 2020

COMPOSITE DATA TYPE & CALL BY VALUE & CALL BY REFERENCE — JAVASCRIPT

What is a composite data type? Data types basically specify what kind of data can be stored and manipulated within a program. A composite data type in JavaScript has multiple values, which grouped together. …

Java Script

2 min read

Balaji sankar

Balaji sankar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable