برنامه نویسی
Day -1 JavaScript – جامعه dev

#Day-1: javaScript
What is JavaScript...?
js زبان
js the dom
---> Brinden Eiche create js in 20 days.
---> At the initial phase, js has many problems.
---> ECMAScript manages js and fixes the issues in js.
---> Es5 & before
---> Es6 & after
---> How websites work?
---> How does JS Code work?
---> Data flow control in JS? `(js code, browser storage, RAM)/memory`
---> Compiler vs Interpreter? (translator english to machine-code 0,1 current-flow,current-bypass)
---> How Browsers Work?
---> Browser window?
---> console, alert, prompt
**JS the Language:**
---> Variables, Constant `(var, const, let)`