This commit is contained in:
Thomas Smith 2022-10-18 12:39:53 -04:00
parent bea2b0dbad
commit 2843f57f90

View file

@ -172,7 +172,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
fetch(url)
.then(res => res.json())
.then((out) => {
//Debugging
//Debugging + Reference
console.log(out);
//Job Description One
document.getElementById('typeOne').innerHTML = out[0].type.name;