ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 166 - Certified JavaScript Developer I discussion

Report
Export

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) ;
Answers
A.
console.group(usersList) ;
B.
console.table(usersList) ;
Answers
B.
console.table(usersList) ;
C.
console.info(usersList) ;
Answers
C.
console.info(usersList) ;
D.
console.groupCol lapsed (usersList) ;
Answers
D.
console.groupCol lapsed (usersList) ;
Suggested answer: A
asked 23/09/2024
Alexey Bokov
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first