let data = { "name": "Sasha", "age": 22 } ajax('data.php','POST', check, data);
function check(){// console.log(this); }