Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript Functions as First-Class Citizens #51

Open
Abheeta opened this issue Dec 21, 2022 · 0 comments
Open

JavaScript Functions as First-Class Citizens #51

Abheeta opened this issue Dec 21, 2022 · 0 comments
Assignees

Comments

@Abheeta
Copy link

Abheeta commented Dec 21, 2022

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:

  1. Storing a function in a variable
  2. Passing a function to another function as a parameter
  3. Returning a function from another function
  4. Storing a function in a data structure
  5. Functions having their own properties and methods
  6. Usecases of first-class functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant