Im JS novice, My problem is that i have a var resortuid its value is from PHP (it
s working) i need to open a json file with resortuid in link. In other words i need ro replace XXXX in url with resortuid var. I`m sure that it is banal question, byt not for me
var resortuid = '1125';
var settings = {
"url": "https://aaa.aa/XXXX_simple.json",
"method": "GET",
"timeout": 0,
};