Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Practice JavaScript and Learn: Object-Oriented Programming

Posted By: ELK1nG
Practice JavaScript and Learn: Object-Oriented Programming

Practice JavaScript and Learn: Object-Oriented Programming
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 7 Lessons (47m 53s) | Size: 290 MB
JavaScript has strong support for object-oriented programming, though sometimes the object-oriented features of the language have been misunderstood. In fact, this object orientation gives us a lot of power for creating complex web apps. You don't need a massive web framework to build a JavaScript app—we can build apps almost as easily using the object-oriented tools now present in JavaScript and modern browsers.


In this course, you'll learn all the basics of object-oriented programming in JavaScript. You'll learn how to program with classes, objects, and other object-oriented concepts. You'll get to practice all these skills with real-world code examples, and along the way you'll learn how to write a web app from scratch using object-oriented concepts: a working RSS reader.