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.
JavaScriptでは、違いは何ですか
var stack = {};
と
var stack = [];
1 つ目は空のオブジェクトで、2 つ目は空の配列です。