From a4f44d8fec61000e304bd6ae354f3f5ff5bbff07 Mon Sep 17 00:00:00 2001 From: Sakshi Mittal Date: Tue, 29 Jun 2021 11:24:05 +0530 Subject: [PATCH] Fix Typo in 07_day_functions --- 07_Day_Functions/07_day_functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07_Day_Functions/07_day_functions.md b/07_Day_Functions/07_day_functions.md index 202ffad..4e4531d 100644 --- a/07_Day_Functions/07_day_functions.md +++ b/07_Day_Functions/07_day_functions.md @@ -617,7 +617,7 @@ It ill be covered in other time ### Exercises: Level 3 -1. Modify question number n . Declare a function name _userIdGeneratedByUser_. It doesn’t take any parameter but it takes two inputs using prompt(). One of the input is the number of characters and the second input is the number of ids which are supposed to be generated. +1. Modify question number 18 . Declare a function name _userIdGeneratedByUser_. It doesn’t take any parameter but it takes two inputs using prompt(). One of the input is the number of characters and the second input is the number of ids which are supposed to be generated. ```sh userIdGeneratedByUser() @@ -703,4 +703,4 @@ It ill be covered in other time 🎉 CONGRATULATIONS ! 🎉 -[<< Day 6](../06_Day_Loops/06_day_loops.md) | [Day 8 >>](../08_Day_Objects/08_day_objects.md) \ No newline at end of file +[<< Day 6](../06_Day_Loops/06_day_loops.md) | [Day 8 >>](../08_Day_Objects/08_day_objects.md)