Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 554 Bytes

Parameters.md

File metadata and controls

17 lines (15 loc) · 554 Bytes

Function parameters are declared the same way as variables, and the name of unused parameters can be omitted. Function parameters can be used as any other local variable and they can also be assigned to.


Slide Screenshot

020.jpg


Slide Deck

  • Function Parameters
  • Declared: As Variables
  • Used/Assigned: Local Variables
  • Caller -> Arguments
  • Callee -> Parameters

References