Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosvinimsouza/journeyjs
The trail JS Basic for review (in coming, i'll work with NestJS, Fastify, etc)
https://github.com/carlosvinimsouza/journeyjs
css ecmascript html javascript learning
Last synced: 22 days ago
JSON representation
The trail JS Basic for review (in coming, i'll work with NestJS, Fastify, etc)
- Host: GitHub
- URL: https://github.com/carlosvinimsouza/journeyjs
- Owner: CarlosViniMSouza
- Created: 2022-12-14T19:37:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T21:36:04.000Z (over 1 year ago)
- Last Synced: 2024-11-12T07:34:25.650Z (3 months ago)
- Topics: css, ecmascript, html, javascript, learning
- Language: JavaScript
- Homepage: https://carlosvinimsouza.github.io/journeyJS/
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Tutorial
## Any Facts:
1. JavaScript is the world's most popular programming language.
2. JavaScript is the programming language of the Web.
3. JavaScript is easy to learn.
4. This tutorial will teach you JavaScript from basic to advanced.
## Use the Menu:
1. We recommend reading this tutorial, in the sequence listed in the menu.
2. If you have a large screen, the menu will always be present on the left.
3. If you have a small screen, open the menu by clicking the top menu sign ☰.
## Why Study JavaScript?
JavaScript is one of the 3 languages all web developers must learn:
1. HTML to define the content of web pages
2. CSS to specify the layout of web pages
3. JavaScript to program the behavior of web pages
```
This tutorial covers every version of JavaScript:° The Original JavaScript ES1 ES2 ES3 (1997-1999)
° The First Main Revision ES5 (2009)
° The Second Revision ES6 (2015)
° All Yearly Additions (2016, 2017, 2018, 2019, 2020)
```