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.