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

Types of Function:-

      Function कई प्रकार के होते हैं जिनमें से कुछ प्रमुख हैं।

  • Math Functions

  • String functions

  • User defined functions

Math Functions:-

                              JavaScript में Numeric values पर mathematical operations करने के लिए JavaScript में Math Object का इस्तेमाल किया जाता है These functions are available to use through math class.

Syntax:- Math.function_name( );

      There are many math functions

abs, exp, floor, cos, log, sin, tan, sqrt, pow, ceil, max, min.

 

Types of Function:-

      There are many types of functions, some of which are major.

  • Math Functions

  • String functions

  • User defined functions

Math Functions:-

                              Math Object is used in JavaScript to perform mathematical operations on numeric values in JavaScript. These functions are available to use through math class.

Syntax:- Math.function_name( );

     There are many math functions

abs, exp, floor, cos, log, sin, tan, sqrt, pow, ceil, max, min.

error: Content is protected !!