Object.keys(me).forEach(key => { // the next line throws red squigglies at us console.log(me[key]) }). We have an object of type Person ...
確定! 回上一頁