The .length property returns the current length of an array.
.length
const foods = ["burger", "fries", "pizza"]; console.log(foods.length); // Prints: 3
Textio tracks users who have recently sent messages. Complete the getMostRecentUser function.
getMostRecentUser
usernames
null