navigation view Trailing closure passed to parameter of type 'Int' that does not accept a closure code example
Example: javascript check if is array
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}
var colors=["red","green","blue"];
if(Array.isArray(colors)){
//colors is an array
}