News

This repository was made while studying with Mosh Hamedani, in Code with Mosh. And it contains all my notes from the course. It can be used as an extensive JavaScript cheatsheet.
Before OOP, we had procedural programming, that devided a program into a set of functions. Such as: Data, stored in variables and functions that operate on this data. In procedural programming, we ...