Syntax error in IE 11
Syntax error in IE 11
Hi there,
My code works just fine in Chrome and Edge but in IE 11, I get syntax error at line var GDN. Any idea why?
$('#Edit').on('submit', function () {
var GDN = $('#FirstName').val().split('|').filter((i) => i.length).length;
});
Joe
Topic Participants
tusharmedhi
jakecigar
jtara-jquery