pull/113/head
Kamrul Islam Shahin 5 years ago
parent 3812010603
commit 7b2b7f2e1c

@ -357,7 +357,7 @@ const scores = [
] ]
const scoresGreaterEighty = scores.filter((score) => score.score > 80) const scoresGreaterEighty = scores.filter((score) => score.score > 80)
console.log(scoresGreaterEight) console.log(scoresGreaterEighty)
``` ```
```sh ```sh

Loading…
Cancel
Save