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

Object Oriented and Functional Programming #6

Open
13 tasks
dariogabriel113 opened this issue Dec 28, 2017 · 0 comments
Open
13 tasks

Object Oriented and Functional Programming #6

dariogabriel113 opened this issue Dec 28, 2017 · 0 comments
Assignees

Comments

@dariogabriel113
Copy link
Owner

dariogabriel113 commented Dec 28, 2017

  • Declare JavaScript Objects as Variables

  • Construct JavaScript Objects with Functions

  • Make Instances of Objects with a Constructor Function

  • Make Unique Objects by Passing Parameters to our Constructor

  • Make Object Properties Private

  • Iterate over Arrays with .map

  • Condense arrays with .reduce

  • Filter Arrays with .filter

  • Sort Arrays with .sort

  • Reverse Arrays with .reverse

  • Concatenate Arrays with .concat

  • Split Strings with .split

  • Join Strings with .join

@dariogabriel113 dariogabriel113 self-assigned this Dec 28, 2017
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