Timing

Lesson 27
Author : Afrixi
Last Updated : October, 2017


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!
Table of Content

Code

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