I have the following line of javascript code
var res = Object.keys(packages).filter(e => packages[e] === true)
The above works well in all the other browser apart from IE. IE complains about Syntax erro at =>
can someone tell me how to get around this in IE