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}/> })