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.
簡単そうに見えますが、何も見つかりません!
var cookie = [1,2,3], total = cookie.magicMethodThatICantFindThatTotalsTheElements(); total = 3
プロパティlengthは、配列内の要素の数を指定します。
length
var total = cookie.length;