diff --git a/index.html b/index.html index a9b4f9b..67281b8 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,6 @@ const end = '

' const start = '
  • ' for (let i = 1; i < gradesHtml.length; i++) { - console.log(i, gradesHtml[i]) total += (start + gradesHtml[i].split('')[1].split('')[0].trim() + '

    ' + gradesHtml[i].split('')[1].split('')[0].trim() + end) } bottom.outerHTML = wrapGrades(total)