Skip to content

Commit 3004132

Browse files
committed
Fix question 10
1 parent b9e7651 commit 3004132

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
@@ -320,7 +320,7 @@ bark.animal = "dog";
320320

321321
- A: Nothing, this is totally fine!
322322
- B: `SyntaxError`. You cannot add properties to a function this way.
323-
- C: `undefined`
323+
- C: `"Woof"` gets logged.
324324
- D: `ReferenceError`
325325

326326
<details><summary><b>Answer</b></summary>

0 commit comments

Comments
 (0)