Numbers in JavaScript

JavaScript supports number data types as well,which means we can use number types values in JavaScript can be with decimal or without decimal no problem at all.

Number methods and properties

<h2>Number Methods and properties</h2> <hr /> <p>&nbsp;</p> <h1>toExponential() method</h1> <p>toExponential() return's a string by using exponential form notation. It's internally uses number rounded values format.<br /><br /><br /></p> <div class="menu"> …

String Methods and properties

Strings are useful for holding data that can be represented in text form. Some of the most-used operations on strings are to check their length.

String in JavaScript

Strings are generally collection of characters.Strings are always arounds quotes ,it can be single qiotes or double quotes no problem at all.Strings are index based as well.

JavaScript Events

javaScript eveents are generally use to perform actions on the web pages.,while dealing with events we give instructions to the users like after click on the submit button data will …