Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Nov 1, 2020
1 parent b984a5e commit 0b1cada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 04_Day_Components/04_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [Injecting data to JSX in React Component](#injecting-data-to-jsx-in-react-component)
- [Further on Functional components](#further-on-functional-components)
- [Exercises: Components](#exercises-components)
- [Exercises: Level 1](#exercises-level-1)
- [Exercises: Level 2](#exercises-level-2)
- [Exercises: Level 3](#exercises-level-3)

Expand Down Expand Up @@ -483,7 +484,9 @@ ReactDOM.render(<HexaColor />, rootElement)

# Exercises: Components

1. What is the difference between a regular function and an arrow function?
## Exercises: Level 1

1. What is the difference between a regular function and an arrow function?
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?
Expand Down

0 comments on commit 0b1cada

Please sign in to comment.