print array into console

This commit is contained in:
sam
2024-01-17 16:37:05 +01:00
parent a270c8748d
commit 17a9e2d7e9

View File

@@ -17,5 +17,6 @@ function getData(name){
.then(response => response.json())
.then(data => {
requesteddata = data;
console.log(data);
});
}