1 2 3 4 5 6
(async function(){ const res = await fetch('data.json'); const data = await res.json(); // TODO: implement search })();