print array into console
This commit is contained in:
@@ -17,5 +17,6 @@ function getData(name){
|
|||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
requesteddata = data;
|
requesteddata = data;
|
||||||
|
console.log(data);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user