News

Array.filter for every file in your codebase JS Powered Search (JSPS) is a simple engine for searching a project using the full power of JavaScript. It's more powerful than RegEx and way more powerful ...
With this little helper you just pass your array and what you are looking for and it will return you back a result array, a typical use would look like this: var searchResult = searchBinary("m", array ...