Javascript: Object Oriented Programming

Javascript: Object Oriented Programming

English | 2016 | ISBN: 978-1787123595 | 847 Pages | PDF | 10 MB

Build sophisticated web applications by mastering the art of Object-Oriented Javascript
JavaScript is the behavior, the third pillar in today’s paradigm that looks at web pages as something that consists of : content (HTML), presentation (CSS), and behavior (JavaScript). Using JavaScript, you can create interactive web pages along with desktop widgets, browser, and application extensions, and other pieces of software. Object-oriented programming, which is popularly known as OOP, is basically based on the concept of objects rather than actions.
The first module will help you master JavaScript and build futuristic web applications. You will start by getting acquainted with the language constructs and how to organize code easily. You develop concrete understanding of variable scoping, loops, and best practices on using types and data structures, as well as the coding style and recommended code organization patterns in JavaScript. The book will also teach you how to use arrays and objects as data structures. By the end of the book, you will understand how reactive JavaScript is going to be the new paradigm.
The second module is an easy-to-follow course, which includes hands-on examples of solutions to common problems with object-oriented code. It will help to identify objects from real-life scenarios, to protect and hide data with the data encapsulation features of Python, JavaScript, and C#. You will discover the advantage of duck typing in both Python and JavaScript, while you work with interfaces and generics in C#. With a fair understanding of interfaces, multiple inheritance, and composition, you will move on to refactor existing code and to organize your source for easy maintenance and extension.
The third module takes you through all the in-depth and exciting futures hidden behind the facade. You should read through this course if you want to be able to take your JavaScript skills to a new level of sophistication.
What You Will Learn

  • Get acquainted with the basics of JavaScript language constructs along with object-oriented programming and its application.
  • Learn to build scalable server application in JavaScript using Node.js
  • Generate instances in three programming languages: Python, JavaScript, and C#
  • Work with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide data
  • Master DOM manipulation, cross-browser strategies, and ES6
  • Identify and apply the most common design patterns such as Singleton, Factory, Observer, Model-View-Controller, and Mediator Patterns
  • Design applications using a modular architecture based on SOLID principles

Who This Book Is For
JavaScript developers looking to enhance their web developments skills by learning object-oriented programming.

Homepage