Beginning JavaSwift.
MDN: JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.
Hello developer,
For the majority of the examples here you can use repl.it to execute the JavaScript statements. Approach learning the content chronologically base on the
Table of Contentsand complete the given exercises at the bottom of the modules for practice.
- Logging
- Data Types
- Variables
- Control Flow
- String
- Array
- Loops
- Functions
- Objects
- JSON
- Promises
- Error Handling
- Math
- Date
- Data Structures
- Algorithms
- Tools
- DOM
- ES6
- Node
- npm
- nvm
- JIT
- VS Code Extensions
- MDN - JavaScript
- MDN - JavaScript Guide - For folks with Programming Backgrounds
- MDN - JavaScript's standard, built-in objects
- Wikipedia- Strong vs Weak typed languages
- repl.it - online IDE
- Microsoft - Beginning Series to JavaScript
- Intro to JavaScript: Arrays, Objects, Functions
- AirBnb JavaScript Style Guide