javascript check if is arraay code example Example: js check if is array if(Array.isArray(colors)){ //colors is an array }