Learning Javascript - click a method to see a random example

Methods & properties

click a method

the idea is to fetch parts of the documentation from mozilla site and place it here

About this tool

This tool is created to get familiar with Javascript functions and properties. It is a work in progress, only array functions are included yet.

What I learned

Creating this pet project learned me about:

  • encapsulating code in classes
  • better code organization
  • using this in classes
  • arrow notation and other ES6 conveniences
  • all array methods
  • CSS and Flexbox
  • writing CSS with variables
  • creating a public repository on GitHub

The GitHub repository can be found here.

Further developments

Probably I won't be adding all Javascript functions and properties, although the code easily allows it. What I want to do is fetch content from the Mozilla website. Each time you click a function, you can read some relevant fragments of the original documentation.