Teoría
- Array
- Array.prototype
- Array.prototype.map()
- Array.prototype.splice()
- delete (operador)
- Array.prototype.shift()
- Array.prototype.pop()
- Array.prototype.push()
- window.alert()
- Window.confirm()
- Window.prompt()
- If... else en w3schools
- If... else en MDN
- Objetos
- Callbacks
- Funciones
- Objeto Arguments
- Switch en w3schools
- Switch en MDN
- Closures MDN
- Callbacks en Wikiwand
- Callback Functions in JavaScript de Louis Lazaris
- Creando y utilizando callbacks de Pablo Novas en fernetjs