app.js 218 B

123456
  1. async function fetchTrending() {
  2. // const res = await fetch("https://api.giphy.com/v1/gifs/trending?limit=25");
  3. // const json = await res.json();
  4. // main.innerHTML = json.data.map(createMeme).join('\n');
  5. }