You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroByte Title: JavaScript Functions as First-Class Citizens
Domain: Programming
Scope of learning for learners: Learners will be able to understand what are first-class citizens in a programming language and how functions in JavaScript as first-class citizens is a powerful feature of JavaScript.
Activities:
Storing a function in a variable
Passing a function to another function as a parameter
Returning a function from another function
Storing a function in a data structure
Functions having their own properties and methods
Usecases of first-class functions
The text was updated successfully, but these errors were encountered:
MicroByte Title: JavaScript Functions as First-Class Citizens
Domain: Programming
Scope of learning for learners: Learners will be able to understand what are first-class citizens in a programming language and how functions in JavaScript as first-class citizens is a powerful feature of JavaScript.
Activities:
The text was updated successfully, but these errors were encountered: