I have this ajax function :
success: function(response) {
},
error: (response) => {
}
this is executing on other browser but on Internet Explorer it is showing this error :
on this line :
error: (response) => {
Any solution, Thanks