csslearn/script/index.js

12 lines
133 B
JavaScript
Raw Normal View History

2023-01-08 15:55:05 +08:00
var hello = "your name";
let pHone = 23.90;
nops = () => {
console.log("nops func");
}
nops();
console.log("hello codeory");