Skip to content

Commit b3b3661

Browse files
authored
Merge pull request wesbos#13 from nadiarasul/patch-1
adding women inventors
2 parents 4bb101a + 550e0e8 commit b3b3661

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

2429
const flavours = ['Chocolate Chip', 'Kulfi', 'Caramel Praline', 'Chocolate', 'Burnt Caramel', 'Pistachio', 'Rose', 'Sweet Coconut', 'Lemon Cookie', 'Toffeeness', 'Toasted Almond', 'Black Raspberry Crunch', 'Chocolate Brownies', 'Pistachio Almond', 'Strawberry', 'Lavender Honey', 'Lychee', 'Peach', 'Black Walnut', 'Birthday Cake', 'Mexican Chocolate', 'Mocha Almond Fudge', 'Raspberry'];

0 commit comments

Comments
 (0)