Jak sprawdzić, czy adres URL ma skrót w reakcie

if(window.location.hash) {
  // Fragment exists
} else {
  // Fragment doesn't exist
}
Thankful Tortoise