This code list compliation is a result of my attempt to master the syntax of JavaScript from a designer's viewpoint. There are plenty of tutorials, documentation, and resources out there about JavaScript.
The intention of this repository is to provide a quick reference or cheatsheet of syntax for other designers new to development.
Cheatsheets cover topics about:
- Document Object Model (DOM)
- Event Listeners
Inspirational Resources:
- JavaScript: Novice to Ninja