My musings while programming in a number of languages and libraries, from PHP, Perl, JavaScript, jQuery, and KnockoutJS, with liberal use of CSS and Bootstrap to make it all pretty.
2014-02-13
JavaScript Array Prototypes, Clearing an Array in JavaScript and getting the last element from an Array in JavaScript
Recently I had to use these two prototypes for a project, and I don't wish for them to get lost in the sands of time.
Clearing an Array in JavaScript:
Getting the last element from an Array in JavaScript: