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

formatdate js

JavaScript’s Date() function object contains a long list of methods that can be used to manipulate the date outcome

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

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

Await in a for loop

How to Await in a for loop

closure javascript

closure javascript

Kiểm tra định dạng email bằng Javascript

Kiểm tra định dạng email bằng Javascript