Update 09_day_higher_order_functions.md

setting time - grammar update - in a certain interval of time & wait for some time to execute some activities
pull/166/head
Meghana 5 years ago committed by GitHub
parent 07143be3b7
commit e0e56206b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,7 @@ console.log(sumArray(numbers))
### setting time ### setting time
In JavaScript we can execute some activity on certain interval of time or we can schedule(wait) for sometime to execute some activities. In JavaScript we can execute some activity in a certain interval of time or we can schedule(wait) for some time to execute some activities.
- setInterval - setInterval
- setTimeout - setTimeout

Loading…
Cancel
Save