css effect 01

This commit is contained in:
soragui
2023-01-08 15:55:05 +08:00
commit 8ce8ae4609
5 changed files with 121 additions and 0 deletions

11
script/index.js Normal file
View File

@ -0,0 +1,11 @@
var hello = "your name";
let pHone = 23.90;
nops = () => {
console.log("nops func");
}
nops();
console.log("hello codeory");