From 4315a798bc2a7054e53f47ff1509b4b9ab0a84cd Mon Sep 17 00:00:00 2001 From: 11Ashish11 Date: Fri, 12 Nov 2021 01:10:25 +0530 Subject: [PATCH] day 4 --- 04_Day_Components/04_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_Day_Components/04_components.md b/04_Day_Components/04_components.md index 0f9c268..6aca9f0 100644 --- a/04_Day_Components/04_components.md +++ b/04_Day_Components/04_components.md @@ -486,7 +486,7 @@ ReactDOM.render(, rootElement) ## Exercises: Level 1 -1. What is the difference between a regular function and an arrow function? +1. What is the difference between a regular function and an arrow function? ... Didnt Got time today .. Will do this on weekend 2. What is a React Component? 3. How do you make a React functional component? 4. What is the difference between a pure JavaScript function and a functional component?