var is_browser = false; is_browser |= typeof window !== 'undefined' alert(is_browser && 'Это браузер');