Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greeflas/javascript-lessons

JavaScript lessons https://greeflas.github.io/javascript-lessons/
https://github.com/greeflas/javascript-lessons

Last synced: 10 days ago
JSON representation

JavaScript lessons https://greeflas.github.io/javascript-lessons/

Awesome Lists containing this project

README

        

# JavaScript lessons

Repository with JavaScript lessons. All lessons also available on [GitHub Pages](https://greeflas.github.io/javascript-lessons/)

Learning
--------

* [JavaScript w3schools](https://www.w3schools.com/js/default.asp)
* [RegExp tester](https://regex101.com)

WebStorm settings
-----------------

### Live templates

`File` -> `Settings...` -> `Editor` -> `Live templates` -> `+ Live template`

1. Abbreviation `cl`

2. Template text `console.log($END$);`

3. Define `JavaScript`

4. Click to `Apply` and `OK`

### JavaScript standard

`File` -> `Settings` -> `Languages & Frameworks` -> `JavaScript` -> `JavaScript language version` -> `ECMAScript 5.1`