From e0e56206b10a01771a354317d3e972d9972f33d8 Mon Sep 17 00:00:00 2001 From: Meghana Date: Wed, 17 Mar 2021 00:39:00 +0530 Subject: [PATCH] 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 --- 09_Day_Higher_order_functions/09_day_higher_order_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_Day_Higher_order_functions/09_day_higher_order_functions.md b/09_Day_Higher_order_functions/09_day_higher_order_functions.md index 3c8a619..0db86d0 100644 --- a/09_Day_Higher_order_functions/09_day_higher_order_functions.md +++ b/09_Day_Higher_order_functions/09_day_higher_order_functions.md @@ -130,7 +130,7 @@ console.log(sumArray(numbers)) ### 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 - setTimeout