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

await axios get

await axios get

Random String

Random String với độ dài tuỳ chọn

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).

Await in a for loop

How to Await in a for loop