Snigdha Keshariya

Snigdha Keshariya

Fabric.js – A Complete Guide

Fabricjs

Fabric.js is a free, open-source JavaScript library that makes it easy to draw and interact with shapes, text, and images on an HTML5 canvas. It lets you move, resize, and rotate objects, supports animations, and can handle both canvas and…

What Does javascript:void(0); Mean?

Void

Developers use javascript:void(0) in hyperlinks to prevent the browser default action, like navigating to a new page. The void operator makes sure that the link returns undefined, stopping the page from reloading or changing when clicked. In this article, let’s…

JavaScript Array reduce() Method

Array Reduce

The reduce() method of an array in JavaScript is a built-in method that helps to reduce the elements of an array into a single value. By applying a function to each array element, it creates one result by combining them.…

Java vs. JavaScript: A Detailed Comparison

Java Vs Javascript

The word “Java” in “JavaScript” proves no direct connection between these two languages, they do have similar names but are very different if seen purpose and syntax wise. Java is an object-orientated programming language used to create software, programs and…