Alaa Saleh
Alaa Saleh
@Enteleform What would be the case here? ```javascript let arr = []; arr[-3] = 1; console.log(arr); console.log(arr.length); ``` Would it have the same behavior as positive indices, hence `arr` would...
There would be one concern however as currently you can set array properties with keys being negative numbers (or floats). example: ```javascript let arr = []; arr[1] = "first"; arr[-3]...
Hello @germartinez, I am working on Swarm Markets and was wondering if there could be a way to have this feature implemented in a way to be able to include...
I got the same error too. This fixed it for me too: > npm i [email protected]