JavaScript function
A function is a block of code that performs a task. It can be called and reused multiple times. You can pass information to a function and it can send information back.
A function is a block of code that performs a task. It can be called and reused multiple times. You can pass information to a function and it can send information back.