You're using forEach instead of map for looping the jobs array. forEach returns undefined whereas map returns a new array with every value ...
確定! 回上一頁