Recently, I stumbled upon an amazing website - where I have been exploring to learn something new. The website prominently features the use of Ajax and some fascinating javascript without any additional libraries.
Within a single javascript file on this site, I came across a reference to an ajax json get request. Interestingly, you can easily access the json file directly from this URL . However, it perplexes me why the data is being displayed without the "proper" path to the file.
By "proper," I mean a URL structure like "somedomain.com/surrounding/studio/data.json"
Any thoughts or explanations on this matter?