-
Notifications
You must be signed in to change notification settings - Fork 1
Nodejs syntax
David Liu edited this page Oct 9, 2023
·
12 revisions
When to use classic function or arrow function
Build CLI binary by nodejs
- use shebang
#!/usr/bin/env nodein nodejs source code - References