Filter Active Users

Given an array of user objects, return only those with isActive set to true using the filter() method.
JavaScript
Console