ROExcellent article. I should mention though, that an Object can have a number as a property key. For Example: const x = { 7 : "tight" } // undefined x[ 7 ] // 'tight'Comment·Article·Jul 6, 2022·JS Capsules: Maps