Skip to main content

Posts

Objects In JS

Objects in Javascript Objects in Javascript Codepen with examples for you to practice with below! Objects in Javascript Codepen with examples for you to practice with below! The Object Type The object is a data structure that stores other data, similar to how an array stores elements. Javascript simple types: numbers (has object-like methods but they are immutable) strings (has object-like methods but the...

Object Oriented Programming

Object Oriented Programming in JavaScript Object Oriented Programming in JavaScript Object-Oriented Programming Object Oriented Programming in JavaScript Object-Oriented Programming Overview: Encapsulation The mechanism that puts behavior and data together behind methods that hide the specific implementation of a class. How can a CommonJS Module import functionality from another module? Through the use of the...