mozilla-japan / translation

Mozilla 関連のドキュメント翻訳リクエストとステータス管理
208 stars 13 forks source link

便利な文字列メソッド: 文字列に部分文字列が含まれているかの検査 の更新 #752

Closed ulxsth closed 1 month ago

ulxsth commented 3 months ago

更新対象ページ (日本語 URL)

https://developer.mozilla.org/ja/docs/Learn/JavaScript/First_steps/Useful_string_methods

更新内容・備考・ヘルプ

以下の一節にて、startsWith()startWith()と表記されているようです。

これはよくあるニーズなので、 2 つの特別なメソッドがあります。 startWith()endsWith() です。