|
|
|
@ -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(<App />, rootElement)
|
|
|
|
|
|
|
|
|
|
3. 
|
|
|
|
|
|
|
|
|
|
🎉 CONGRATULATIONS ! 🎉
|
|
|
|
|
|
|
|
|
|
[<< Day 5](./../05_Day_Props/05_props.md) | [Day 7 >>]()
|
|
|
|
|