English
////Use typeof to determine the object type
if(typeof num == "string") num=parseInt(num); if(typeof arr == "string") arr=arr.split(",")
-