javascript set query string code example
Example: how to write query string js
//Using query string to concat variable with string
const txt = "My name is"
console.log(`${txt} Paul`);
//Using query string to concat variable with string
const txt = "My name is"
console.log(`${txt} Paul`);