Javascript - Program the Web
This course covers the basics of programming in Javascript. Work your way through the videos/articles and I'll teach you everything you need to know to make your website more responsive!

Timing

Lesson 27
Author : 🦒
Last Updated : October, 2017


Code

Copy<button onClick="setTimeout(funcName, 3000)">Click Me</button>
<button onClick="setInterval(funcName, 3000)">Click Me</button>