class ResultsScreen { constructor(chart, score) { this.chart = chart this.score = score } draw() { } }