Nuacht

Instructions We've defined a function, countOnline; use a for...in statement within this function to loop through the users in the users object and return the number of users whose online property is ...
Instructions We've defined a function countOnline which accepts one argument (a users object). Use a for...in statement within this function to loop through the users object passed into the function ...