function click(){
ajax(this).then(console.log(123));
}
async function getStyles(elem){}
let ajax= function(src) {
return new Promise((resolve, reject) => {...})
}
"text1 + text2 - text3 / text4".match(/\w+(?= ?[+-\/]|$)/g)
[text1, text2, text3, text4]