In Episode 1 we learnt:
HTML uses > and < and CSS uses { and }
Front End development deals with the client side (browser view), and Back End development deals with server side
Servers can use many languages; JavaScript is one
Web apps are interactive, not static, web pages
You can use classes in CSS for paragraphs by using a . in front of the name of the class
Websites such as Instagram, Facebook, Trello are web apps
In Episode 2 we learnt:
Javascript uses <script> with var and function()
Javascript calls functions from libraries
Javascript is not connected to Java but uses similar logic to other programming languages (if/else, var = var + 1)
Javascript can be used for a range of different things such as: timing, making things appear/disappear, calculations
A single Javascript error can destroy your entire page