A simple guide for JavaScript beginners. Powered by GitHub Pages
-
Updated
Jul 5, 2020 - HTML
A simple guide for JavaScript beginners. Powered by GitHub Pages
I built this JavaScript demo with objects, and most importantly with Object Oriented Programming (OOP) and Classes. For example, inside of those classes, I added data and logic, public and private properties, constructors, inheritance, etc. This way of thinking about my program allowed me to split my code in a cleaner, easier to understand way.
a Babel plugin that transforms #private to _public, with options
Add a description, image, and links to the private-properties topic page so that developers can more easily learn about it.
To associate your repository with the private-properties topic, visit your repo's landing page and select "manage topics."