Cómo verificar si Localhost JavaScript

if (location.hostname === "localhost" || location.hostname === "127.0.0.1")
    alert("It's a local server!");
Mobile Star