Skip to content

FaztWeb/javascript-oop

Repository files navigation

Javascript OOP

This repo is a bunch of examples about Object Orientend programming in Javascript

Requirements

In order to understand the example you need:

  • Basic Knowledge of Javascript Syntax (functions, modules, objects, arrays, etc)

Index

  • objects-introduction
    • literals.js
    • properties.js
  • oop principles