Hi,
While validating my JavaScript code in JSLint (www.jslint.com). I got a error I've never seen before. Is this something new ?
It tells me that:
It is not necessary to initialize 'i' to 'undefined'. On this:
var i = 0,
l = data.d.ResponseData.length,
x;
Does anyone know what this means?
..fredrik