dayjs
demo
by Tony Tubbs
HTML
<script src="https://unpkg.com/dayjs"></script>
JavaScript
function dd(id){
this.a = id
var hello = function(id){
console.log(this.a)
}
hello();
}
var DD = new dd(1)
by Tony Tubbs
<script src="https://unpkg.com/dayjs"></script>
function dd(id){
this.a = id
var hello = function(id){
console.log(this.a)
}
hello();
}
var DD = new dd(1)