We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67241a commit 2372aaeCopy full SHA for 2372aae
JavaScript Outlines/ObjOriProg.js
@@ -38,7 +38,7 @@
38
• Before object oriented programming there was something called "procedural programming" where data was stored in a
39
bunch of variables and function that operate on the data, which was very simple and straight forward.
40
• but eventually these function will break and function will have duplicate lines of codes (i.e. spaghetti code).
41
- • Which object-oriented programming (OOP), you combine a group of related variables and function into a unit.
+ • With object-oriented programming (OOP), you combine a group of related variables and functions into a unit.
42
• That unit is called an "Object".
43
• variables are called "properties".
44
• function are called "methods".
0 commit comments