Skip to content

Commit a618d08

Browse files
authored
Update FOR LOOP DICTIONARY- fruit companies.md
1 parent b802685 commit a618d08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

challenges/FOR LOOP DICTIONARY- fruit companies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# "Looping with for" Challenge!
22

33
```
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",]}]
88
```
99

1010
### Function 1

0 commit comments

Comments
 (0)