check value string url javascript code example
Example 1: js query string
const urlParams = new URLSearchParams(window.location.search);
const myParam = urlParams.get('myParam');
Example 2: get parameters from url
www.test.com/t.html?a=1&b=3&c=m2-m3-m4-m5