|
1 | 1 | # "Looping with for" Challenge! |
2 | 2 |
|
3 | 3 | ``` |
4 | | -fruitcompanies= [{"name":"Zesty","employees":["Ajay","Ashfaq","Bob","Brian","Chad F.", "Chad H."]}, |
5 | | - {"name":"Ripe.ly","employees":["Eric","Gibran", "Chad","Idris","Juan","Julian"]}, |
6 | | - {"name":"FruitBee","employees":["Kulwinder","Lalit","Chad","Michael","Milford","Scott"]}, |
7 | | - {"name":"JuiceGrove","employees":["Chad","Srini","Srinivasa","Vasanti","Vimal"]}] |
| 4 | +fruitcompanies= [{"name":"Zesty","employees":["Ambu","Brent", "Bryan","Carlee","Chad"]}, |
| 5 | + {"name":"Ripe.ly","employees":["Darlene","Eric","Fernando","Peter",]}, |
| 6 | + {"name":"FruitBee","employees":["Jennae","Joel","Jonas","Josh",]}, |
| 7 | + {"name":"JuiceGrove","employees":["Kurt","Nate","Patrick","Rachel",]}] |
8 | 8 | ``` |
9 | 9 |
|
10 | 10 | ### Function 1 |
|
0 commit comments