Configurando libnss-ldap:amd64 (265-3ubuntu2) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults code example
Example: javascript check if is array
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}