Associative arrays with count() and clear() methods. The quickest solution
Javascript does not have (by default) any counting and clearing methods for associative arrays (based on JS object). This article shows probably the quickest way to add a little bit more functionality to Javascript arrays. The same, as can be found in other programming languages.
Read More “Associative arrays with count() and clear() methods. The quickest solution”