ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 64 - Certified JavaScript Developer I discussion

Report
Export

A developer creates a generic function to log custom messages in the console. To do this, the function below is implemented.

01 function logStatus(status){

02 console./*Answer goes here*/{'Item status is: %s', status};

03 }

Which three console logging methods allow the use of string substitution in line 02?

A.
Assert
Answers
A.
Assert
B.
Log
Answers
B.
Log
C.
Message
Answers
C.
Message
D.
Info
Answers
D.
Info
E.
Error
Answers
E.
Error
Suggested answer: B, D, E
asked 23/09/2024
Dominique Reemer
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first