Skip to content

Scope & arguments

Handout

Local variables

  • A variable made inside a function is local.
  • It only exists while the function runs.
  • Code outside the function cannot see it.

Handout

Log in or create account

IGCSE & A-Level