Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 550e0e8

Browse files
authored
adding women inventors
This is a random selection of female inventors for the dataset
1 parent b56c911 commit 550e0e8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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)