From ec743763744d1f67901c0bf1b5f5f9ef40a0806d Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Tue, 6 Oct 2020 18:04:20 +0300 Subject: [PATCH] minor fixes --- 06_Day_Map_List_Keys/05_map_list_keys.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/06_Day_Map_List_Keys/05_map_list_keys.md b/06_Day_Map_List_Keys/05_map_list_keys.md index aca25ef..f206086 100644 --- a/06_Day_Map_List_Keys/05_map_list_keys.md +++ b/06_Day_Map_List_Keys/05_map_list_keys.md @@ -97,7 +97,6 @@ Let's see how to map array of arrays import React from 'react' import ReactDOM from 'react-dom' -const App = () => { const skills = [ ['HTML', 10], ['CSS', 7], @@ -268,4 +267,6 @@ ReactDOM.render(, rootElement) 3. ![Ten most highest populations](../images/day_6_ten_highest_populations_exercise.png) +🎉 CONGRATULATIONS ! 🎉 + [<< Day 5](./../05_Day_Props/05_props.md) | [Day 7 >>]()