JSFiddle - React, Tailwind, and code Playground

by techrevolt

JavaScript

var test = 'http://localhost:8100/authcallback';
if (test.indexOf("#") != "-1" && test.indexOf("&") != "-1") {
  var hi = ((test).split('#')[1]).split('&');
  alert("1");
} else {
  alert("2");
}