get
This commit is contained in:
commit
f6b3e0c828
|
@ -0,0 +1,12 @@
|
|||
fetch('sample.json')
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
|
||||
console.log(data);
|
||||
|
||||
return response.json();
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
|
||||
<body>
|
||||
<h1>Siema</h1>
|
||||
|
||||
|
||||
<script src="get.js"></script>
|
||||
</body>
|
|
@ -0,0 +1 @@
|
|||
{ "stadion": "cos", "name": "rzodkiew" }
|
Loading…
Reference in New Issue