diff --git a/Chapter 10/Exercise_10.8.html b/Chapter 10/Exercise_10.8.html index 7867cc8..ee87de3 100644 --- a/Chapter 10/Exercise_10.8.html +++ b/Chapter 10/Exercise_10.8.html @@ -17,7 +17,7 @@ html += `${item}`; html += `${index + 1}`; - }) + }); html += ""; document.getElementById("output").innerHTML = html; }