This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
node-guide
Watch
1
Star
0
Fork
You've already forked node-guide
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
udemy course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
136 KiB
JavaScript
100%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
node-guide
/
section-01-intro
/
first-app.js
3 lines
79 B
Raw
Permalink
Blame
History
const
fs
=
require
(
'fs'
)
;
fs
.
writeFileSync
(
'hello.txt'
,
'Hello from Node.js'
)
;
Reference in new issue
Copy Permalink