Uncaught SyntaxError: Unexpected token ILLEGAL
- by sathis
May i know whats wrong inside this.I am new world of programing ..So if you help me it would be wonderful.The error comes on the line
arr[${i.count-1}][1]=${employee.email};
Awaiting for your response.The entire Code as follows..
$(function() {
var arr = new Array();
arr[0]=new Array(4);
arr[0][0]=sathis;
…