JSFiddle - React, Tailwind, and code Playground
JavaScript
const url = new URL(
'http://example.com/path/index.html?message=hello&who=world'
);
console.log(url.search); // => '?message=hello&who=world'
const url = new URL(
'http://example.com/path/index.html?message=hello&who=world'
);
console.log(url.search); // => '?message=hello&who=world'