skip to Main Content

Html – Uncaught Type Error: allButtons.remove() is not a function?

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>QuiZA</title> <link rel="stylesheet" href="css/style.css"/> <script src="jsapp.js"></script> </head> <body> <div class="container"> <h1 class="frontlogo">QuiZA Logo </h1> <video autoplay loop src="assetsQZA3.mp4" class="Logo"></video> <div class="grid"> <button id="start" class="button-56" role="button">Start</button> <button class="button-56" role="button">Quiz List</button>…

VIEW QUESTION
Back To Top
Search