Declaring 'const' is not working in JavaScript
When I try to make a JavaScript program to create a responsive navigation menu, I get error message that I can't understand. When I write the code in Brackets, I get the error "Expected an identifier and instead saw 'const'.…