Redundant storage access is more important in virtual environments, because disrupted virtual workloads affect more applications and users. Select one: True False code example
Example: javascript check if is array
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}