Skip to content

Commit 0d04d24

Browse files
committed
Remove Objects and Data Structures
1 parent 08fe98c commit 0d04d24

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
1. [Introduction](#introduction)
88
2. [Variables](#variables)
99
3. [Functions](#functions)
10-
4. [Objects and Data Structures](#objects-and-data-structures)
1110
5. [Classes](#classes)
1211
1. [S: Single Responsibility Principle (SRP)](#single-responsibility-principle-srp)
1312
2. [O: Open/Closed Principle (OCP)](#openclosed-principle-ocp)
@@ -746,12 +745,6 @@ print(person.name_as_first_and_last) # => ["Ryan", "McDermott"]
746745

747746
**[⬆ back to top](#table-of-contents)**
748747

749-
## **Objects and Data Structures**
750-
751-
*Coming soon*
752-
753-
**[⬆ back to top](#table-of-contents)**
754-
755748
## **Classes**
756749

757750
### **Single Responsibility Principle (SRP)**

0 commit comments

Comments
 (0)