Page 1 of 1

A function: is a static group of code that performs a task but can’t return anything. stores a value in a named memory l

Posted: Sun May 15, 2022 8:32 am
by answerhappygod
A function:
is a static group of code that performs a task but can’t return
anything.
stores a value in a named memory location.
is a reusable block of code that performs a task and may return
an object.
must return an object.