Find Attribute of First Active User
Given an array of user objects with 'active' and 'name' properties, use the find method to locate the first user with active set to true and assign their name to the variable firstActiveName.
Premium
JavaScript
Console