Suppose I have a set of usernames
let users = [“Hello”, “1212”, “12”, “Bob”, “Rob”] I want to get the first user whose name length is 2, so I filtered the array and got the first user
i
Suppose I have a set of usernames
let users = [“Hello”, “1212”, “12”, “Bob”, “Rob”] I want to get the first user whose name length is 2, so I filtered the array and got the first user
i