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

Detect when your site is visible to users

Detect when your site is visible to users

Object.keys và Object.getOwnPropertyNames

Object.keys và Object.getOwnPropertyNames

Random Number javascript

Random Number javascript

Remove array of objects from another array of objects

Remove array of objects from another array of objects

Copy a string to the clipboard

Copy a string to the clipboard. Only works as a result of user action (i.e. inside a click event listener).