Last active
January 5, 2022 03:57
-
-
Save maisnamraju/dcfc20e142940e71fce466f2b5406c20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
name: "John Doe", | |
avg_score: 76, | |
progress: 79 | |
}, | |
{ | |
name: "Jane Doe", | |
avg_score: 90, | |
progress: 80 | |
}, | |
{ | |
name: "Jack", | |
avg_score: 80, | |
progress: 50 | |
}, | |
{ | |
name: "Nadav", | |
avg_score: 10, | |
progress: 74 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment