Damir Fell

Results 1 issues of Damir Fell

I am trying to use the function `user.getStudentsInfo()` to get the students info and then iterate through the students using `user.getStudentsInfo().then((students) => { students.forEach((info) => { console.log(info.student.currentGPA); }) })` But...