Reactjs – Using map loop in react showing not function
I am trying to map loop in React. Below is the json but it's showing map is not a function. How can I get data from api through map function like below the json? { "message": "Successfully loaded data.", "courseData":…