Skip to content

Instantly share code, notes, and snippets.

@NicolasHov
Created December 29, 2016 10:37
Show Gist options
  • Save NicolasHov/c77d7751402661f22e18146264c591e5 to your computer and use it in GitHub Desktop.
Save NicolasHov/c77d7751402661f22e18146264c591e5 to your computer and use it in GitHub Desktop.
function(array) {
var tab[]="";
for (var i = 0; i <= array.length; i++) {
var str = array[i];
if (str.substring == a) {
tab[i] = array[i];
}
}
return tab;
}
var tab1[] = ['ava', 'bebe', 'abbebe'];
function(tab1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment