https://github.com/ascentis/frontend-training
https://github.com/ascentis/frontend-training
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascentis/frontend-training
- Owner: Ascentis
- License: mit
- Created: 2018-06-29T15:06:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T20:39:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T14:44:43.526Z (4 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontend-training
JS code snippets with explanation to cover JS fundamentals.
## Prerequisite
These code snippets assume basic understanding and coding experience with JavaScript and general programming, and focus on weird/confusing/new part of JS language. But no need to worry, as far as you have basic JS programming background, it won't be hard to follow. Because each example has concise and clear explanations.
## Content
There are two folders: es5 and es6. es5 folder focus on es5 (traditional) js features, es6 illustrate some ES6 new features. Also there's .eslintrc and .prettierrc file which help to format the code, and see issues through linter (would be useful if you want to try write some of your own examples in this project)