skip to Main Content

Uncaught TypeError: education[0] is undefined – Javascript

" [ { "eduTitle": "test", "eduDescription": "test", "eduStartDate": "03/24/23", "eduEndDate": "03/24/23", "_id": "641c0110cb3a9b14cf0e3030" }, { "eduTitle": "test", "eduDescription": "test", "eduStartDate": "03/24/23", "eduEndDate": "03/24/23", "_id": "641c0110cb3a9b14cf0e3031" } ] " The above is the education when I use JSON.stringify(education) I get the…

VIEW QUESTION
Back To Top
Search