diff --git a/Chapter 15/Exercise_15.1.js b/Chapter 15/Exercise_15.1.js index 8bfc5c7..d317f97 100644 --- a/Chapter 15/Exercise_15.1.js +++ b/Chapter 15/Exercise_15.1.js @@ -17,4 +17,4 @@ fetch(url).then(rep => rep.json()) data.forEach((el) => { console.log(`${el.name} = ${el.status}`); }); -}) +});