computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
101-function-parameters | 2 years ago | |
105-scope-and-function-stack | 2 years ago | |
100-defining-calling-functions.md | 2 years ago | |
102-arrow-functions.md | 2 years ago | |
103-iifes.md | 2 years ago | |
104-arguments-object.md | 2 years ago | |
106-built-in-functions.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
Functions
Functions exist so we can reuse code. They are blocks of code that execute whenever they are invoked. Each function is typically written to perform a particular task, like an addition function used to find the sum of two or more numbers. When numbers need to be added anywhere within your code, the addition function can be invoked as many times as necessary.
Free Content Functions - MDN Docs JavaScript Functions - Programming with Mosh