01-JS Fundamentals | Javascript introduction
JS introduction and Variable declaration and scope
Introduction to JS
- https://jsbin.com
- Run HTMS, CSS, JS online
What is JavaScript?
- JavaScript is a
dynamic, weaklytyped programming language which is compiled at runtime. - It can be executed as part of a webpage in a browser or directly on any machine (βhost environmentβ).
- JavaScript was created to make webpages more dynamic (e.g. change content on a page directly from inside the browser).