Question: JSON file: Button and ID info: Make the button functional when clicking it, let it get countries and boot camps from JSON file and show
JSON file:

Button and ID info:

Make the button functional when clicking it, let it get countries and boot camps from JSON file and show them in data display. using JavaScript

I data.json 1 { 2 3 "countries": ["Iraq", "Turkey", "Yemen"], "bootcamps": ["Web Development Bootcamp", "Android Development Bootcamp", "UI/UX Design Bootcamp"], I am!!
When clicking "More Info" button, get the countries and bootcamps data from the JSON file and display them in the '#dataDisplay' div. */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
