How to access and use JSON
What we are going to make
We will be making a page on which we will show JSON data on that page according to user clicks.
Steps
NOTE:-
We can access JSON data using the dot operator.
Install node, express, body-parser and nodemon
npm i express body...
hetashrikansariwala.hashnode.dev4 min read