diff --git a/Chapter 10/Project_2.html b/Chapter 10/Project_2.html index 56d1fd3..45262d8 100644 --- a/Chapter 10/Project_2.html +++ b/Chapter 10/Project_2.html @@ -24,8 +24,8 @@ } function build() { myArray.forEach((item, index) => { - adder(item, index, 0) - }) + adder(item, index, 0); + }); } function adder(name, index, counter) { const tr = document.createElement("tr");