I just had to show json information in the console for Lab 27. I first had to parse the information using const data= JSON.parse(JSON.stringify(object)) to show a json object that I had developed from myself;. I can simply console.log(data) to show the console information after doing so.
I've learned how to manage items in javascript, be they arrays or information from json. I expect to use these abilities in the future when I generally write code in javascript. Some recommendation I would offer is to show the information on the page instead of just the console or even better, manipulate the information using js and then show it on the page
I've learned how to manage items in javascript, be they arrays or information from json. I expect to use these abilities in the future when I generally write code in javascript. Some recommendation I would offer is to show the information on the page instead of just the console or even better, manipulate the information using js and then show it on the page
Comments
Post a Comment