// 404 page not found.
if
(
!
found
) {
console.log
(
"Return to home"
);
throw
(
"(╯°□°)╯︵ ┻━┻"
);
}