Answer the question
In order to leave comments, you need to log in
What are the differences between localstorage and cookies?
What are the pros and cons of one and the other and when to use cookies and when to use localstorage?
There is also a question: if we write setInterval 2000, then one hundred percent will be called what is inside the setinterval, after 2000 milliseconds, or is there some kind of exception?
Answer the question
In order to leave comments, you need to log in
There is also a question: if we write setInterval 2000, then one hundred percent will be called what is inside the setinterval, after 2000 milliseconds, or is there some kind of exception?
setTimeout(function () {
console.log('Hi from past');
}, 500);
while(true) { }
About intervals, I advise you to watch this video
and if you search, you can find his site used in his report
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question