1 00:00:00,210 --> 00:00:05,110 Welcome back to Learn to Code and JavaScript on your instructor, Mike Witt, in this section. 2 00:00:05,130 --> 00:00:07,290 We're going to start covering some advanced topics. 3 00:00:07,320 --> 00:00:11,610 We've gone through some intermediate and basic topics, the building blocks of an application. 4 00:00:12,240 --> 00:00:18,510 But here we're going to get into classes and then modules where we can package everything together and 5 00:00:18,510 --> 00:00:21,130 then we're going to build something a little bit more realistic. 6 00:00:21,150 --> 00:00:26,420 We're going to build a drawing application that doesn't load resolution drawing to the screen. 7 00:00:27,480 --> 00:00:29,090 So if you're ready, let's get going.