#javascript-objects
Read more stories on Hashnode
Articles with this tag
記錄一些常見物件的操作方法 · ES5 之前 Object 的 key 只能是字串的形式,但到了ES6 之後支援其他的格式,Symbol 定義的這種特殊單一的格式,並且不允許轉型。 迭代物件 Object property 的方法 for-in,會遍歷每個 enumerable (可列舉的)...