why we use functions in javascript? javascript lecture 3 - how to do this

Publié le: 13 juin 2020
sur la chaîne: JusticeLens Cam
300
15

A function is a JavaScript procedure—a set of statements that performs a task or calculates a value. To use a function, you must define it somewhere in the scope from which you wish to call it. See also the exhaustive reference chapter about JavaScript functions to get to know the details.

Syntax:-
function name(parameter1, parameter2, parameter3) {
// code to be executed
}
Function parameters are listed inside the parentheses () in the function definition.

Function arguments are the values received by the function when it is invoked.

Inside the function, the arguments (the parameters) behave as local variables.

A Function is much the same as a Procedure or a Subroutine, in other programming languages.

Function Invocation:-
The code inside the function will execute when "something" invokes (calls) the function:

When an event occurs (when a user clicks a button).
When it is invoked (called) from JavaScript code.
Automatically (self invoked).

please subscribe us for your support🙏.How To Do This

Watch carefully . If you have any question then comment below or

join us on Facebook:-

  / 1184520091737540  

Send task at:-
muhammadsanawar62@gmail.com

Good luck

#javascript #functions #howtodothis


Sur cette page du site, vous pouvez voir la vidéo en ligne why we use functions in javascript? javascript lecture 3 - how to do this durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur JusticeLens Cam 13 juin 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 300 fois et il a aimé 15 téléspectateurs. Bon visionnage!