From c3eb91a8391a8ede9b9f7d5106b2f108d1a26c3a Mon Sep 17 00:00:00 2001 From: kylie pele Date: Thu, 22 Feb 2024 19:31:10 -0800 Subject: [PATCH] the profanities in the previous commit were from yavid, i do not curse --- assignments/script.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/assignments/script.js b/assignments/script.js index 2079250..7fb60fb 100644 --- a/assignments/script.js +++ b/assignments/script.js @@ -1,9 +1,7 @@ /* UPDATE FOR EVERY ASSIGNMENT: */ -<<<<<<< HEAD -const assignments = ['lab1', 'hw1', 'lab2', 'hw2', 'lab3', 'hw3']; -======= -const assignments = ['lab1', 'hw1', 'lab2', 'hw2', 'hw3']; ->>>>>>> 8ddef0f26f4f2b704b8fda638ba2d503f4d57212 + +const assignments = ['lab1', 'hw1', 'lab2', 'hw2', 'lab3', 'hw3', 'midterm']; + const template = document.getElementById('assignment-template');