Week 5
Intermediate JavaScript
At this point, we’ve learned enough JavaScript to express much pretty anything that we can imagine in terms of computer code. This week, you’ll learn some more efficient ways of coding, which are meant to make our lives as developers easier.
In this week’s lecture, we’ll cover lots of new syntax that was introduced in the last 5 years (ES6 syntax), you’ll get your first look at Object Orientated Programming, and we’ll talk about how to load data from a server.