A few things... you're calling your initial get twice: getStudents() console.log(getStudents()). When you're processing the array using map ...
確定! 回上一頁