How-to-get-window-width-and-height-in-React

How to get window width and height in React

To get the window width and height in React, use the window object’s innerWidth and innerHeight properties respectively. To get the viewport window width and height even when…

let vs var vs const

Let vs Var vs Const: Which One to Use When?

JavaScript is a versatile programming language used for creating interactive websites and web applications. It is a dynamically typed language, which means variables can hold different data…

5 useful browser apis

5 Useful Browser APIs That Every Web Developer Should Know

As web developers, we are always looking for ways to enhance the user experience of our web applications. One way to do this is by utilizing the…

Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint

How to auto format & clean code on commit?

If you are working a project with more than 2 developers, you might note different formatting code create different kinds of issue like merge conflicts, code…

github-repos-img

7 Github Repos to Become a Pro JavaScript Developer

JavaScript is the Programming Language for the Web. JavaScript can update and change both HTML and CSS. JavaScript can calculate, manipulate and validate data.

JavaScript Console Methods for Logging

There are some useful console methods which can improve the application debugging process to print various messages on the browser console.