Hàm lày ngày trong tuần javascript

tipjs,date,function

Hàm lày ngày trong tuần javascript

const getWhatDay = () => {
  return new Date().getDay() ? new Date().getDay() : 7
}
console.log(getWhatDay());//3

Có thể bạn đã miss một số snippets code

Rolling loading

Nguyên tắc là theo dõi các sự kiện cuộn trang và phân tích mối quan hệ thuộc tính giữa clientHeight , scrollTop và scrollHeight .

How to reverse an Array?

Reversing an array in JS is really simple with the standard array method. Like below

Detect when your site is visible to users

Detect when your site is visible to users

Converting Object to an Array

Converting Object to an Array

closure javascript

closure javascript