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 08fe98c commit 0d04d24Copy full SHA for 0d04d24
README.md
@@ -7,7 +7,6 @@
7
1. [Introduction](#introduction)
8
2. [Variables](#variables)
9
3. [Functions](#functions)
10
- 4. [Objects and Data Structures](#objects-and-data-structures)
11
5. [Classes](#classes)
12
1. [S: Single Responsibility Principle (SRP)](#single-responsibility-principle-srp)
13
2. [O: Open/Closed Principle (OCP)](#openclosed-principle-ocp)
@@ -746,12 +745,6 @@ print(person.name_as_first_and_last) # => ["Ryan", "McDermott"]
746
745
747
**[⬆ back to top](#table-of-contents)**
748
749
-## **Objects and Data Structures**
750
-
751
-*Coming soon*
752
753
-**[⬆ back to top](#table-of-contents)**
754
755
## **Classes**
756
757
### **Single Responsibility Principle (SRP)**
0 commit comments