< Back
This document gather usefull inforamtion about javascript and some fo its dark parts.
csv = "1,2,3,4,5,65,7"; arr = csv.split(","); arr[2] = 55; cvs = arr.join(",");
if(error) throw("Error, error != 0");