gorankoc
10/24/2016 - 2:49 AM

js: Object.keys ( associative array, map JSX ) returns array of strings of objects enumerable properties

js: Object.keys ( associative array, map JSX ) returns array of strings of objects enumerable properties

Object.keys(this.state.scores).map(function (key) {
	return <Score score={this.state.scores[key].we} key={1}/>
})