Clara is using JavaScript so that a menu will appear when the user clicks on a hamburger icon, but it isn't working. Which of these issues would MOST likely be the source of the problem?
(1 point)
There is no media query
The JS file isn't linked to the HTML file.
Absolute pixel values are used.
The relative pixel values were wrong for the screen size.
1 answer
The JS file isn't linked to the HTML file.