Skip to content

Commit

Permalink
fix: 메서드 자신은 this의 출력 결과에 포함됩니다 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-hun committed Apr 14, 2020
1 parent 5228c5a commit ddf7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var myObject = {
}
};
myObject.sayName();
// console> Object {name: "foo"}
// console> Object {name: "foo", sayName: sayName()}
```

</br>
Expand Down

0 comments on commit ddf7bf2

Please sign in to comment.