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

Advantage of Function:-

  • Function में लिखा हुआ code बार-बार लिखना नहीं पड़ता।

  • Function Programmer का समय और script की space बचाता है।

  • बड़े script को छोटे-छोटे function में विभाजित किया जा सकता है।

  • अगर script में कही पर error आ जाए तो उसे आसानी से निकाला जा सकता है।

  • जहाँ पर जरुरत हो वहाँ पर एक ही function को बार-बार call किया जा सकता है।

 

Advantage of Function:-

• The code written in the function does not have to be written again and again.

• Function saves programmer time and script space.

• Large scripts can be divided into small functions.

• If an error occurs anywhere in the script, it can be easily removed.

• Wherever required, the same function can be called repeatedly.

error: Content is protected !!