Hi, I get an error in ie11 but not in chrome. Script1002 error. Syntax error
My code is as follows
vm.NoOftroopMemEditReq = (vm.EventAttendees.TicketAttendees.filter(a => a.Attendees.some(Attendee => Attendee.IsEditRequired === true))).length;
in IE 11 this symbol => does not work, replace => with ===
vm.NoOftroopMemEditReq = (vm.EventAttendees.TicketAttendees.filter(function (a) { return a.Attendees.some(Attendee === Attendee.IsEditRequired === true); })).length;
Source: https://habr.com/ru/post/1272871/More articles:How to parallelize this Python loop to use Numba - pythonLocalizable.strings - data cannot be read because it is not in the correct format - iosHow to use API in wordpress - apiHow to pass dynamic id value in jquery i get from json? - javascriptToggle invalid value - phpHow iOS messaging apps like Viber, Telegram, WhatsApp quickly and efficiently select contacts - iosWhy do you want to use AWS ECS against ElasticBeanstalk for Docker? - dockerAndroid Oreo notifications - check if a specific channel is enabled - androidiOS ParseError: Attempting to change an Id object to one already known in offline storage - iosincrease rationality with rounding? - c ++All Articles