Answer the question
In order to leave comments, you need to log in
Input is blocked while the previous one is not active?
Hello!
let adapt = "Адаптировать сайт под смартфоны и планшеты?";
let mobileTemplates = "Нужно ли разрабатывать дизайн сайта под мобильные устройства?";
Answer the question
In order to leave comments, you need to log in
we are basically delivering the same thing.
function delay(func, delayTime){
return function(){
var savedThis = this;
var savedArgs = arguments;
setTimeout(function(){
console.log(savedThis, this, savedArgs, arguments); // <---
func.apply(this, arguments);
}, delayTime);
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question