Update 05_map_list_keys.md

Removed the App declaration on line 100.
pull/40/head
Awakan Victor 5 years ago committed by GitHub
parent a95956a04c
commit d91b89c674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ 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],

Loading…
Cancel
Save