UD3 - User-Defined Structures

Como referencia de para esta unidad se ha tomado el material de "The Modern JavaScript Tutorial". En concreto los siguientes apartados del mismo:
- Functions
- Function expressions
- Arrow functions, the basics
- JavaScript specials
- Methods of primitives
- Numbers
- Strings
- Arrays
- Array methods
- Iterables
- Map and Set
- Object.keys, values, entries
- Destructuring assignment
- Date and time
- JSON methods, toJSON
- Objects
- Object references and copying
- Object methods, "this"
- Constructor, operator "new"
Object properties configuration
- Property getters and setters
- Class basic syntax
- Class inheritance
- Static properties and methods
- Private and protected properties and methods
Material de refuerzo y ampliación
Se recomienda la realización de los siguientes cursos de la certificación algoritmos de javascript y estructuras de datos de freeCodeCamp.
- Learn Basic String and Array Methods by Building a Music Player
- Learn the Date Object by Building a Date Formatter
- Learn Advanced Array Methods by Building a Statistics Calculator
- Learn Basic OOP by Building a Shopping Cart