const query = encodeURIComponent("hello world?"); //safe to add to URL const url = `https://google.com/search?q=${query}`;
https://google.com/search?q=hello%20world%3F