Lesson 1 Summary
Recap some of the things we just learned.
- Built-in JavaScript Engine
- We learned that all major browsers come with built-in JavaScript engines.
- This allows browsers run and execute JavaScript code.
- JavaScript Console
- Allow to print strings and execute lines of JavaScript code on the fly ,right inside the browser.
- Adding Styles and Animations
- Use JavaScript to add styles and animations to a web page.