css effect 01
This commit is contained in:
11
script/index.js
Normal file
11
script/index.js
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
var hello = "your name";
|
||||
let pHone = 23.90;
|
||||
|
||||
nops = () => {
|
||||
console.log("nops func");
|
||||
}
|
||||
|
||||
nops();
|
||||
|
||||
console.log("hello codeory");
|
Reference in New Issue
Block a user