Junior — Senior
Console output definition for user filtering function №100
livecode
Task condition
The output in the console will be an empty array: [] because the 'this' context inside the filter function does not refer to 'userService', so 'this.currentFilter' is undefined, and no users match the filter.