JavaScript Fundamentals: Mastering Functions

added by JavaScript Kicks
7/5/2019 8:15:47 AM

1093 Views

Functions can be thought of as one of the core building blocks of our JavaScript programs. A function is simply a set of statements designed to perform a particular task - which is executed whenever it is invoked (or "called").


0 comments