Hi,I am developing my first website template. When I used this script in the internal script, it ran well. But when I added this script inside a file,the jsLint showed that there was almost 20 errors. Here I am sending the screen of the errors. Can you please help me to understand why these errors occurred and how can I resolve these? Here is the script:
function openModalSearch() {
'use strict';
var modalSearch = document.getElementById("modal-search-container");
modalSearch.style.height = "100%";
}
function closeMo