Skip to content

EhsanZB/JavaScript-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-notes

Javascript syntax, definitions, important hints, examples and more...

This tutorial has been compiled from variety of sources throughout the Web, articles, books and videos. Learn in more details at Mozilla Developer Network.

Other useful references:

Topics:

Part I 'The Concepts'

  1. Numbers and Math
  2. Strings
  3. Type Conversion
  4. Date and Time
  5. Expressions
  6. Operators
  7. Statements
  8. Control statements
  9. Functions
  10. Closures
  11. Arrays
  12. Objects
  13. classes
  14. Window Objects
  15. Networking
  16. Storage

Part II 'ES6/ES2015 Features'

  1. Template String
  2. Arrows (arrow functions)
  3. Default Parameters
  4. Rest and Spread
  5. Object additions
  6. Classes
  7. Modules
  8. Promises
  9. String additions
  10. Array additions
  11. Generators
  12. Sets
  13. Symbols (in progress)
  14. Statement addition (for..of) (in progress)
Future subjects need to be added (missing topics!):
* DOM Object (getEmelentByID(),....)
* query selectors
* working with DOM and node elements
* passing data using query string
* single tone
* all new es6 array methods (complete the array additions!)

About

Javascript syntax, definitions, important hints, examples and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published