Every line of 'javascript array select' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
16 function select(array) { 17 if ( !(this instanceof select) ) { 18 return new select(array); 19 } 20 query.call(this); 21 this.array = array; 22 }