--cięcie--
let url = getUrl();

d3.json(url).then(data => {
  console.log(data);
});
