csslearn/script/index.js
2023-01-08 15:55:05 +08:00

12 lines
133 B
JavaScript

var hello = "your name";
let pHone = 23.90;
nops = () => {
console.log("nops func");
}
nops();
console.log("hello codeory");