Roadmap to becoming a developer in 2022
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.
 
 
 
 
 
Zasda Yusuf Mikail e8d102cc49
fix: typos (#2180)
2 years ago
..
101-function-parameters fix: typos (#2180) 2 years ago
105-scope-and-function-stack Add content on 'scope and function stack' (#2165) 2 years ago
100-defining-calling-functions.md Add descriptions to JavaScript Built-In Objects, and Defining Calling Functions (#2111) 2 years ago
102-arrow-functions.md Add JS functions, parameters, arrow functions and IIFEs (#1661) 3 years ago
103-iifes.md Add JS functions, parameters, arrow functions and IIFEs (#1661) 3 years ago
104-arguments-object.md Add string operator resources (#2133) 2 years ago
106-built-in-functions.md fix: typos (#2180) 2 years ago
readme.md Add JS functions, parameters, arrow functions and IIFEs (#1661) 3 years ago

readme.md

Functions

Functions are blocks of code that execute whenever they are invoked. They are useful for placing code snippets executed in different places in the code.

Functions - MDN Docs