0%

第一篇博客

Ashuntefannao

这是我的第一个博客项目,时间原因,后续持续更新……

test

1
2
3
4
5
6
7
8
9
10
11
12
13
let a="Ashuntefannao";
const b="Const";
class Admin{
constructor(args={name,age}){
this.arguments=args
}
get name(){
return this.arguments.name
}
}
function func(){
console.log("this is a test String");
}