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

Merge Array

How to combine two sorted arrays into one? We can do this easily with the spread operator.

using javascript callback style error handling

Async await in javascript

Async await in javascript

Lấy tháng hiện tại trong javascript

Lấy tháng hiện tại trong javascript

Convert Array-like to True Array

Convert Array-like to True Array