Introduction to JS
- https://jsbin.com
- Run HTMS, CSS, JS online
What is JavaScript?
- JavaScript is a
dynamic, weakly
typed 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).