Coder Social home page Coder Social logo

core-object-oriented-javascript's Introduction

Core Object Oriented JavaScript

A day-by-day structured deep dive into object-oriented JavaScript. Read articles, watch videos, complete lessons and exercises, and implement a final project.

Day 1: Scopes & Closures

Your objectives for the day is to:

  • Learn about JavaScript’s variable scoping, including lexical scopes and dynamics scopes.
  • Learn about Closures
  • Learn about the Keyword "this"
  • Learn about Prototypes

Scopes

Closures

Day 2: Objects and "this"

Objects

This

Stretch

Day 3: Prototype and Inheritance

Stretch

Day 4: Deeper Dive and Final Project

Day 5: Final Project and check your understanding

Do you know/understand:

  • Everything in this article
  • Everything in this cheat sheet
  • The difference between Classic Inheritance and Prototypical Inheritance
  • The difference between private variable, public variable and static variable? How we achieve this in JS?
  • How to add/remove properties to object in run time?
  • How to achieve inheritance ?
  • How to extend built-in objects?
  • What is Object in JavaScript?
  • What is the Prototype object in JavaScript and how it is used?
  • What is "this"? What is its value?
  • Explain why "self" is needed instead of "this".
  • What is a Closure and why are they so useful to us?
  • Explain how to write class methods vs. instance methods.
  • Can you explain the difference between == and ===?

Stretch Goals

core-object-oriented-javascript's People

Contributors

shereefb avatar tannerwelsh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.