#functions
Read more stories on Hashnode
Articles with this tag
A function is a block of code (set of statements) designed to perform a specific task. Functions allow us to write more maintainable code with the use...
Immediately Invoked Function Expression (IIFE) An IIFE is a JavaScript function that is executed as soon as it is defined. It can also be referred to...