Learn javascript using the best samples code to success during interviews.
Lots of topics covered out there:
- Basic javascript types (string, number, ...)
- Tests of types using typeof
- Objects
- Operators
- Comments
- local vs global variables
- string methods
- regex
- functions (explicit + anonymous)
- Inheritance
- Callback (to pass function as argument)
- Callback vs Promise vs async await to show all coding styles
- Visual Studio Code - The best code editor ever for Javascript
- Javascript ECMAScript 2015 - Language Specification for Javascript ES5
- Mozilla Javascript Examples - Getting started with HTML, CSS and Javascript
- W3 Javascript Examples - Getting started with Javascript with W3 Schools
cd demo-datatypes/
firefox index.html
Copyright (c) 2022 Aissam Ahbar. See LICENSE for details.

