|
18 | 18 | 
|
19 | 19 |
|
20 | 20 | - [📔 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) |
41 | 41 |
|
42 | 42 | # 📔 Day 7
|
43 | 43 |
|
@@ -506,8 +506,7 @@ It Will be covered in other section.
|
506 | 506 |
|
507 | 507 | 🌕 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.
|
508 | 508 |
|
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 | + |
511 | 510 |
|
512 | 511 | ## 💻 Exercises
|
513 | 512 |
|
|
0 commit comments