diff --git a/Chapter 10/Exercise_10.6.html b/Chapter 10/Exercise_10.6.html index ef3bb23..1053879 100644 --- a/Chapter 10/Exercise_10.6.html +++ b/Chapter 10/Exercise_10.6.html @@ -16,7 +16,7 @@ console.log(eles); eles.forEach((el) => { console.log(el); - }) + });