how to check if its an array js code example Example: js check if is array if(Array.isArray(colors)){ //colors is an array }