JavaScript Certification Study Topic: Functions in JavaScript
A JavaScript function is a block of organized, reusable code that is defined to perform a single, relation action. A function is executed when someone calls the function with the name. In JavaScript, functions are treated as first-class because they are treated as values. The example of treating function as values are -
* We can assign a function to a variable
* We can store functions in an array
* A function can be passed to another function as an argument
* A function can be assigned to a property of an object.
Blog: https://www.sudipta-deb.in/2021/04/functions-in-javascript.html
Video: https://youtu.be/_Q6akgJkUaA
Note - I am sharing all my JavaScript Certification study notes below. Please provide your feedback if you see anything wrong or missing. Appreciate your help.
https://www.sudipta-deb.in/p/salesforce-javascript-developer-i-study.html
@The Blog Group @Developer Group, Kitchener, CA @Developer Group, Mississauga, CA @Toronto Salesforce Developer Group @Admin Group, Mumbai, IN @Admin Group, Chennai, IN @Toronto Administrators Community Group @Admin Group, Jaipur, IN @Admin Group, Dubai, UAE @Certified Javascript Developer I Study G @Platform Champion Alumni @Kolkata User Group @Kolkata User Group, India @Admin Group, Bikaner, IN
