Array manipulation: shift, unshift, pop, concat, length, join, push
var ani = ["dog", "cat", "rabbit",
… Read more UI designer and developer.
var ani = ["dog", "cat", "rabbit",
… Read more I am learning to use Ionic to build JavaScript and AngularJS powered multi-platform applications. I … Read more
The readyState of a document can be one of following:
Ripped from developer.mozilla.org
loading
The … Read more
Splice takes three arguments.
1) where to start removing items
2) how many to remove … Read more