French translation of Object Oriented and Functional Programming #7636
theflametrooper
commented
- 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
theflametrooper
changed the title from Object Oriented and Functional Programming to French translation of Object Oriented and Functional Programming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment