Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/engichang1467/javascriptcc

Learning javascript
https://github.com/engichang1467/javascriptcc

dom es6 javascript

Last synced: 18 days ago
JSON representation

Learning javascript

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)