- A space invaders game made from scratch with javascript: following this freeCodeCamp.org tutorial on youtube: https://www.youtube.com/watch?v=ec8vSKJuZTk&list=PLg1UTih_qAHihBY8wMsj5YxCqtMJybbVy&index=140 * created by Ania Kubów
- Can be found on the video at: 4:08:34
- Timing events
- Grid-based game
- Modulous work
- .querySelector()
- .createElement()
- .appendChild()
- Array.from()
- .quesrySelectorAll()
- .length
- includes()
- .classList.add()
- .classList.rmeove()
- .classList.contains()
- clearInterval()
- setInterval()
- .innerHTML
- setTimeout()
- switch()
- e.key