This jQuery code parse json data and create html table to div:
$(document).ready(function () { const jsonData = $.getJSON("js/quotes.json"); f