ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 201 - Certified JavaScript Developer I discussion

Report
Export

A developer has an is Dog function that takes one argument cat. They want to schedule the function to run every minute.

What is the correct syntax for scheduling this function?

A.
setInterval(isDog, 60000,'cat');
Answers
A.
setInterval(isDog, 60000,'cat');
Suggested answer: A
asked 23/09/2024
Radoslaw Gajewski
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first