function chekPage(page) { if (page === !null) { return "Страница найдена!"; } return "404 страница не найдена"; }