Sai Teja Kotha has Published 12 Articles

How to modify an array value of a JSON object in JavaScript?

Sai Teja Kotha

Sai Teja Kotha

Updated on 07-Dec-2022 12:59:09

7K+ Views

In this article, we are going to discuss how to modify an array value of a JSON object in JavaScript. We try to update a new value or modify the existing value in an array. Modifying an array is just like modifying an object when that array is inside the ... Read More

How to get the Width and Height of the screen in JavaScript?

Sai Teja Kotha

Sai Teja Kotha

Updated on 07-Dec-2022 12:51:20

8K+ Views

In this article, we are going to discuss how to get the width and height of the screen in JavaScript. Javascript provides an window.screen object that contains information regarding the user's screen. The information includes height and width, and also many other features. To find the height and width of ... Read More

Advertisements