fetch(“./data_class.json”)
.then(function(resp)
{
return resp.json();
}]
.then(function(data)
{
console.log(data);
});
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
fetch(“./data_class.json”)
.then(function(resp)
{
return resp.json();
}]
.then(function(data)
{
console.log(data);
});