Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/greeflas/javascript-lessons
- Owner: greeflas
- Created: 2018-03-25T10:16:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T11:31:01.000Z (about 6 years ago)
- Last Synced: 2024-10-11T22:09:29.480Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`