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

using Typescript callback style error handling

Convert Array-like to True Array

Convert Array-like to True Array

flatMap()

Use flatMap() creates a new array with sub-array elements flattened by specified depth.

try/catch es10

An update for developer convience allows the use of try/catch without an explicit e Error reference in the catch call.

10 mẹo sử dụng array và object trong javascript

10 mẹo sử dụng array và object trong javascript