hero

@avi/plangs

javascript notes

Start 👉

⏱ Asynchronous Programming

Asynchronous execution using callbacks, Promises and async/await function calls

🔢 Dynamically Typed

ability to use the typed versions using babel or typescript or continue using dynamic variable types

🔀 (client + server) side scripting

programm both client and serve using same language

🔧 JIT Compiler

just-in-time compilation using v8 engine and turbofan optimization

🌏 Program the web and much more

virtual DOM based frameworks, electron, unity

🔉 translate to WASM

convert to wasm using Assembly script

DOM is the most important Object in a browser.

Browser APIs enables you to select elements, add/respons/emit events

_[DOM]: DOcument Object Model is a datastructure created by browser _[Object]: javascript objects are analogous to dictionary lookups

40 Articles