Skip to content

Commit 201308d

Browse files
committed
Revert "adding women inventors"
This reverts commit 550e0e8.
1 parent 296d46a commit 201308d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

04 - Array Cardio Day 1/index-START.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
1919
{ first: 'Marie', last: 'Curie', year: 1867, passed: 1934 },
2020
{ first: 'Johannes', last: 'Kepler', year: 1571, passed: 1630 },
2121
{ first: 'Nicolaus', last: 'Copernicus', year: 1473, passed: 1543 },
22-
{ first: 'Max', last: 'Planck', year: 1858, passed: 1947 },
23-
{ first: 'Katherine', last: 'Blodgett', year: 1898, passed: 1979 },
24-
{ first: 'Ada', last: 'Lovelace', year: 1815, passed: 1852 },
25-
{ first: 'Sarah E.', last: 'Goode', year: 1855, passed: 1905 },
26-
{ first: 'Lise', last: 'Meitner', year: 1878, passed: 1968 },
27-
{ first: 'Hanna', last: 'Hammarström', year: 1829, passed: 1909 }
22+
{ first: 'Max', last: 'Planck', year: 1858, passed: 1947 }
2823
];
2924

3025
const people = [

0 commit comments

Comments
 (0)