JavaScript

What's the difference between a method and a function?

In this tutorial we will see actual difference between a method and a function with examples.

How to Convert Canvas to an Image using JavaScript

In this tutorial we will see how to prepare an image from HTML canvas element

Program for Collatz Conjecture in JavaScript

The Collatz Conjecture also known as 3n + 1 conjecture is an eventually one of the unsolved problem in mathematics

JavaScript - String split() function

A tutorial showing the usage of split() function in JavaScript

Chrome 80 brings support for let and class re-declarations in the Console

Re-declarations of let and class keyword are now allowed in console in Chrome 80 makes debugging more developer friendly

indexOf() Method in Javascript

JavaScript array indexOf() method returns the index of first occurrence at which a given element can be found in the array, or -1 if it is not present