Word Counter Counting the number of lines, words, characters with space and characters without space in a particular area is pretty simple in javascript. Keyword: Mini project with sour…
Multiple validation of Form using Java Script |Regular Expression check No matter, what programming language you are using for web development but Java Script is an integral part that you …
Password Matching form validation using Java Script. Password Matching is an field of a html form while you are register yourself on any website or may be on an application. Today we le…
Timing Event in Java Script Code: <html lang="en"> <head> <title>Document</title> <script type="text/javascript"> var id=0;…
JavaScript event handler JavaScript event handler or an event listener is used when an event occur, you can use an event handler to perform specific task or set of tasks. By convention, …
Fade In and Fade Out Steps: <html lang="en"> <head> <title>Document</title> <script type="text/javascript"> var opacity=0;…
Zoom In and Zoom Out Function Steps : <html> <head> <title> scaling</title> <script type="text/javascript"> var width=100; var difference=2;…
Coercion Coercion is the process of converting value from one type to another such as string to number, object to boolean, and so on. Example: /* coercion is the process of…
Map() Map () create a new array with the result of calling function for every array element.It is a collection of elements where each element is stored as a Key, value pair . Map object ca…
Arrow functions Arrow functions are a more concise syntax for writing function expressions. They utilize a new token, => , that looks like a fat arrow. Arrow functions make our code mor…
Array object The Array object lets you store multiple values in a single variable. It stores a fixed-size sequential collection of elements of the same type. An array is used to store a c…
Objects In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup, for example. A cup is an object, with properties. A cup has a color, a design, w…
◼️ pop (): Remove an item from the end of an array . Example: const numbers = [ 'one' , 'two' , 'three' , 'four' , 'five' , 'six' ]…
Movies
Chal Mera Putt 2 …