Skip to content

Instantly share code, notes, and snippets.

View anibal21's full-sized avatar
🏠
Working from home

Aníbal Rodríguez Carrasco anibal21

🏠
Working from home
  • Santiago,Chile.
View GitHub Profile
@anibal21
anibal21 / jdfClasses.js
Created May 24, 2022 16:57
Javascript - The definitive guide - David Flanagan - Classes Chapter
/**
* Theory:
-Classes use prototype-based inheritance
*/
/**
* Relevant Examples
*/