Skip to content

Commit be2aa20

Browse files
authored
Merge pull request lydiahallie#515 from folababa100/typo-fix-Q141
Added typo fix for question 141
2 parents 84576d4 + b033d19 commit be2aa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4621,7 +4621,7 @@ First, we invoke the `addHobby` function, and pass `"running"` as the value for
46214621
46224622
Then, we invoke the `addHobby` function, and pass `"dancing"` as the value for `hobby`. We didn't pass a value for `hobbies`, so it gets the default value, the `hobbies` property on the `person` object. We push the hobby `dancing` to the `person.hobbies` array.
46234623
4624-
Last, we invoke the `addHobby` function, and pass `"bdaking"` as the value for `hobby`, and the `person.hobbies` array as the value for `hobbies`. We push the hobby `baking` to the `person.hobbies` array.
4624+
Last, we invoke the `addHobby` function, and pass `"baking"` as the value for `hobby`, and the `person.hobbies` array as the value for `hobbies`. We push the hobby `baking` to the `person.hobbies` array.
46254625
46264626
After pushing `dancing` and `baking`, the value of `person.hobbies` is `["coding", "dancing", "baking"]`
46274627

0 commit comments

Comments
 (0)