API Documentation

Make Array
petrojs.makeArray({
		array:["TOYOTA", "HONDA", "BMW"],
		callback:function(e){
			//code goes here
		}
});