Пробую решить задачу на практику, поставил 30-дневную IJIdea. В подгруженном задании есть такой код: let objects = JSON.parse(Get(root + "/rest/ships" + suffix).responseText); let shipsCount = Get(root + "/rest/ships/count" + suffix).responseText; document.getElementById("count").innerText = "Ships found: " + shipsCount; let table = document.getElementById("mainTable"); table.innerHTML = ""; createPaging(document.getElementById("limit").value, shipsCount, currentPage); и т.д. и каждое let подчеркивает Idea, пишет Let definition are not supported Javascript version что делать, как исправить