Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

TypeCasting Conversion:- यह 3 प्रकार का है।

  1. parseInt

  2. parseFloat

  3. number

Number Methods

Description

parseFloat()

इस methods के use से parameter के parse करके floating point number को return किया जा सकता है।

parseInt()

इस Methods के use से parameter के parse करके integer नंबर को return किया जाता है।

number()

Returns a number, converted from its argument

 

 

TypeCasting Conversion:- It is of three types.

  1. parseInt

  2. parseFloat

  3. number

Number Methods

Description

parseFloat()

Using these methods, a floating point number can be returned by parsing the parameter.

parseInt()

Using these methods, the parameter is parsed and an integer number is returned.

number()

Returns a number, converted from its argument

error: Content is protected !!