Kalyan Mishra has Published 64 Articles

Visually improving a website using JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 28-Dec-2022 11:42:05

335 Views

In this article, you will get to know about various techniques using which you can make your website attractive and fast. Which will increase user engagement and make your website productive. Let’s first get to know about JavaScript. What is JavaScript? JavaScript is one of the web development languages used ... Read More

Display selected checkboxes on another page using JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 28-Dec-2022 11:39:13

3K+ Views

In this article, you will learn about how to get all the checked boxes on the other page using JavaScript. The checkbox is a type of selection that is a type of binary selection either true or false. It is an option of GUI form present on the page and ... Read More

What are decorators and how are they used in JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 01-Dec-2022 12:21:51

835 Views

In this tutorial, you will learn about JavaScript decorators and get to know about their inner workings and uses. What are Decorators in JavaScript? The word decorator means combining a set of code or program with another or can be said as wrapping a function with another function to extends ... Read More

How to manipulate DOM using a service worker in JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 01-Dec-2022 12:04:49

1K+ Views

In this tutorial, you will learn about JavaScript DOM manipulation using a service worker. DOM manipulation happens is when we change the structure and elements of the document object model(DOM). We can modify DOM by adding, removing, Changing, or modifying elements and their attributes. What is a Service worker? Service ... Read More

How to upload an image using HTML and JavaScript in Firebase?

Kalyan Mishra

Kalyan Mishra

Updated on 01-Dec-2022 12:03:26

6K+ Views

In this tutorial, you will learn about the procedure to upload images in firebase using HTML and JavaScript. Firebase − Firebase is a cloud-based storage platform that is a product of google which provides storage services that are used in various web and mobile application development. It provides NoSQL and ... Read More

How to Create a Video and Audio Recorder with JavaScript MediaRecorder API?

Kalyan Mishra

Kalyan Mishra

Updated on 01-Dec-2022 11:59:32

4K+ Views

In this tutorial, you will learn how to create an audio and video recorder using JavaScript MediaRecorder API. So this can be done using WebRTC. What is WebRTC? WebRTC is a short form of Real-Time Communication. We can access and capture the Webcam and Microphone devices that are available there ... Read More

What are top JavaScript animation libraries?

Kalyan Mishra

Kalyan Mishra

Updated on 11-Oct-2022 08:57:37

963 Views

Have you ever thought of creating complex animations using CSS, well in JavaScript also there are some libraries which helps in creating animation and tasks that CSS also cannot perform. AS CSS animations are limited in functionality on the other hand JavaScript libraries are fast and reliable So, this article ... Read More

How to open a webcam using JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 23-Aug-2022 12:02:44

18K+ Views

In this tutorial, we will learn about the procedure to open a webcam using JavaScript. So, this can be done using WebRTC. WebRTC is a short form of Web Real-Time Communication. Using this object, we can access and capture the Webcam and Microphone devices that are available there in the ... Read More

How to check if the value is primitive or not in JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 23-Aug-2022 11:25:01

2K+ Views

In this tutorial, we are going to know the methods to check if the given data type is primitive or not. Datatypes in JavaScript 1. Primitive 2. Non-primitive Primitive data types − String, number, undefined, boolean, null, symbols, bigint. Non-primitive data types − Object A primitive datatype/value is something that ... Read More

How to create an element from a string in JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 23-Aug-2022 11:20:05

2K+ Views

In this tutorial, we will get to know about various methods to create an element from strings in JavaScript. Creating elements from a string can be very useful in case we have to generate elements dynamically which makes the website interactive. An example will be like in a to-do list ... Read More

Advertisements