List of questions
Related questions
Question 201 - Certified JavaScript Developer I discussion
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');
Your answer:
0 comments
Sorted by
Leave a comment first