List of questions
Related questions
Question 166 - Certified JavaScript Developer I discussion
Given the code below:
Which method can be used to provide a visual representation of the list of users and to allow sorting by the name or email attribute?
A.
console.group(usersList) ;
B.
console.table(usersList) ;
C.
console.info(usersList) ;
D.
console.groupCol lapsed (usersList) ;
Your answer:
0 comments
Sorted by
Leave a comment first