We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
var = SArray([]); console.log(arr.length); // 1 arr.push("abc"); console.log(arr.length); // 1
Solution would be probably to fix the returned number or remove the .length accessor.