Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engichang1467/javascriptcc
Learning javascript
https://github.com/engichang1467/javascriptcc
dom es6 javascript
Last synced: 18 days ago
JSON representation
Learning javascript
- Host: GitHub
- URL: https://github.com/engichang1467/javascriptcc
- Owner: engichang1467
- Created: 2019-10-15T05:11:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T06:54:03.000Z (over 5 years ago)
- Last Synced: 2024-11-17T00:19:45.273Z (3 months ago)
- Topics: dom, es6, javascript
- Language: JavaScript
- Size: 2.81 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Crash Course
To brush up my javascript skills
## Table of Contents
* [Console Output](notes/consoleOutput.js)
* [Variables](notes/variable.js)
* [Data Types](notes/dataType.js)
* [String](notes/String.js)
* [String Methods](notes/stringMethod.js)
* [Arrays](notes/Array.js)
* [Object Literals](notes/objectLiterals.js)
* [Arrays of Objects & JSON](notes/arraysOfObjJSON.js)
* [Loops](notes/loops.js)
* [High Order Array Methods](notes/highOrderArrMethods.js)
* [Conditionals](notes/conditionals.js)
* [Functions](notes/functions.js)
* [Arrow Functions](notes/arrayFunctions.js)
* [Constructor Functions & Prototypes](notes/constructFuncAndProto.js)
* [ES6 Classes](notes/es6Class.js)
* [DOM Selection](notes/DOMSelection.js)
* [Manipulating The DOM](notes/DOMSelection.js)
* [Events](notes/events.js)
* [Form Script](notes/formScript.js)[Tutorial is here](https://www.youtube.com/watch?v=hdI2bqOjy3c&list=PLDZ3vQ5Me2dSu3Z_ZsX3h4xBcGKj1RhaO&index=2&t=3581s)