Javascript Array includes(property)
Array.prototype.$includes = function(property) { return this.indexOf(property) >= 0; };