https://github.com/sspirou/javascript-basics
Basics of JavaScript with commented example code and HTML DOM interface for viewing examples
https://github.com/sspirou/javascript-basics
Last synced: about 2 months ago
JSON representation
Basics of JavaScript with commented example code and HTML DOM interface for viewing examples
- Host: GitHub
- URL: https://github.com/sspirou/javascript-basics
- Owner: sspirou
- Created: 2020-03-06T15:40:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T19:47:44.000Z (about 5 years ago)
- Last Synced: 2025-02-01T22:25:22.514Z (4 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript-Basics
A wise man (I am lucky enough to call my dad) once told me:- **"The best way to learn something is to teach it to someone else. If you can't teach it to someone else, then you don't really know it yet."**
In the spirit of this idea, my goal with this repository is to provide commented code examples of the principles of JavaScript. As I learn and practice new concepts in [Vanilla JS](http://vanilla-js.com/), I will add them here. Eventually, It will include a web interface for navigating and viewing the repo contents.
-----------------
Hopefully at somepoint in the future, this will be a referencable learning/refreshing tool.