Skip to content

Commit 1fbff77

Browse files
committed
fix(object): 見出しレベルの修正
#1631 Signed-off-by: azu <[email protected]>
1 parent 4c975db commit 1fbff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic/object/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ if (Object.hasOwn(obj, "key")) {
474474
この動作の違いを知るにはまずプロトタイプオブジェクトという特殊なオブジェクトについて理解する必要があります。
475475
そのため、`in`演算子と`Object.hasOwn`静的メソッドの違いについては、次の章の「[プロトタイプオブジェクト][]」で詳しく解説します。
476476

477-
## プロパティの存在確認: `Object.prototype.hasOwnProperty`メソッド {#hasOwnProperty-method}
477+
### プロパティの存在確認: `Object.prototype.hasOwnProperty`メソッド {#hasOwnProperty-method}
478478

479479
`Object.hasOwn`静的メソッドはES2022で導入されたメソッドです。
480480
ES2022より前では、`Object.prototype.hasOwnProperty`メソッドというよく似たメソッドが利用されていました。

0 commit comments

Comments
 (0)