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