Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードで .Length と .length (配列用) を使用していることに気付きました。私は現在、いくつかの言語で、これが機能しません。ここで何が起こったのですか?これらは大文字と小文字を区別していませんか?
JavaScript では大文字と小文字が区別されます。考えられることの 1 つは、誰かがコードベースの Array のプロトタイプに Length というプロパティを追加したことです。