What is JavaScript
JavaScript
JavaScript is a scripting or programming language that enables you to create dynamically updating content, control multimedia, animate images
CSS (Cascading Style Sheets)
a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns
HTML (Hypertext Markup Language)
the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.
ECMAScript version supported by all browsers
ES5
Latest version of JavaScript
ES8 (2017)
3 standard web technologies
HTML, CSS, JS
ES6 is supported in
Most browsers
