https://github.com/patternina/en.fundamentajs
Repo of the fundamentaJS course
https://github.com/patternina/en.fundamentajs
Last synced: 8 months ago
JSON representation
Repo of the fundamentaJS course
- Host: GitHub
- URL: https://github.com/patternina/en.fundamentajs
- Owner: patternina
- Created: 2019-12-23T20:14:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T17:05:52.000Z (about 6 years ago)
- Last Synced: 2025-07-02T07:05:03.869Z (9 months ago)
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fundamentaJS: Fundamentals of JavaScript

Welcome to fundamentaJS, an introductory course to JavaScript. This project started while I was learning the JavaScript language. I decided to document my learning process and share it publicly as an entry point to the JavaScript world for all those people out there who would like to learn the language. Many sources are referenced to complement the information.
Any feedback and suggestions are welcome. Feel free to submit yours via [_Pull Request_](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
## Contents
### 1. [An Introduction to JavaScript](/introduction/intro.md)
#### 1.1 What is JavaScript?
#### 1.2 Manuals and specifications
#### 1.3 Code Editors
#### 1.4 Browser Developer Tools
### 2. JavaScript: The Basics
### 10. Additional Resources