Function anatomy  Function name  Parameters Declaration Body,  Invocation/call  Arguments Difference between Argument and ...

Function anatomy

Function anatomy 

  • Function name 
  • Parameters
  • Declaration
  • Body, 
  • Invocation/call 
  • Arguments


Difference between Argument and Parameter?

A parameter is variable in the declaration of the function. While An argument is the actual value of this variable that gets passed to function.

1 comment :