Skip to content

Commit e20d6e4

Browse files
committedMar 5, 2022
testimonial link added
1 parent 97f84bf commit e20d6e4

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed
 

‎07_Day_Functions/07_day_functions.md

+21-22
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
![Thirty Days Of JavaScript](../images/banners/day_1_7.png)
1919

2020
- [📔 Day 7](#-day-7)
21-
- [Functions](#functions)
22-
- [Function Declaration](#function-declaration)
23-
- [Function without a parameter and return](#function-without-a-parameter-and-return)
24-
- [Function returning value](#function-returning-value)
25-
- [Function with a parameter](#function-with-a-parameter)
26-
- [Function with two parameters](#function-with-two-parameters)
27-
- [Function with many parameters](#function-with-many-parameters)
28-
- [Function with unlimited number of parameters](#function-with-unlimited-number-of-parameters)
29-
- [Unlimited number of parameters in regular function](#unlimited-number-of-parameters-in-regular-function)
30-
- [Unlimited number of parameters in arrow function](#unlimited-number-of-parameters-in-arrow-function)
31-
- [Anonymous Function](#anonymous-function)
32-
- [Expression Function](#expression-function)
33-
- [Self Invoking Functions](#self-invoking-functions)
34-
- [Arrow Function](#arrow-function)
35-
- [Function with default parameters](#function-with-default-parameters)
36-
- [Function declaration versus Arrow function](#function-declaration-versus-arrow-function)
37-
- [💻 Exercises](#-exercises)
38-
- [Exercises: Level 1](#exercises-level-1)
39-
- [Exercises: Level 2](#exercises-level-2)
40-
- [Exercises: Level 3](#exercises-level-3)
21+
- [Functions](#functions)
22+
- [Function Declaration](#function-declaration)
23+
- [Function without a parameter and return](#function-without-a-parameter-and-return)
24+
- [Function returning value](#function-returning-value)
25+
- [Function with a parameter](#function-with-a-parameter)
26+
- [Function with two parameters](#function-with-two-parameters)
27+
- [Function with many parameters](#function-with-many-parameters)
28+
- [Function with unlimited number of parameters](#function-with-unlimited-number-of-parameters)
29+
- [Unlimited number of parameters in regular function](#unlimited-number-of-parameters-in-regular-function)
30+
- [Unlimited number of parameters in arrow function](#unlimited-number-of-parameters-in-arrow-function)
31+
- [Anonymous Function](#anonymous-function)
32+
- [Expression Function](#expression-function)
33+
- [Self Invoking Functions](#self-invoking-functions)
34+
- [Arrow Function](#arrow-function)
35+
- [Function with default parameters](#function-with-default-parameters)
36+
- [Function declaration versus Arrow function](#function-declaration-versus-arrow-function)
37+
- [💻 Exercises](#-exercises)
38+
- [Exercises: Level 1](#exercises-level-1)
39+
- [Exercises: Level 2](#exercises-level-2)
40+
- [Exercises: Level 3](#exercises-level-3)
4141

4242
# 📔 Day 7
4343

@@ -506,8 +506,7 @@ It Will be covered in other section.
506506

507507
🌕 You are a rising star, now you knew function . Now, you are super charged with the power of functions. You have just completed day 7 challenges and you are 7 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle.
508508

509-
## Testimony
510-
Now it is time to express your thoughts about the Author and 30DaysOfJavaScript. You can leave your testimonial on this [link](https://testimonify.herokuapp.com/)
509+
511510

512511
## 💻 Exercises
513512

0 commit comments

Comments
 (0)
Please sign in to comment.