$(function(){ //Fetch Questions From JSON File "questions.js" let fetchQuestions = () => { $.getJSON("json/questions.json", function(obj){