Please enable JavaScript.
Coggle requires JavaScript to display documents.
node js modules, JavaScript - Coggle Diagram
node js modules
fs.js
openSync()
writeFileSync()
readFileSync()
mkdirSync()
appendFileSync()
unlinkSync()
rmdirSync()
existSync()
lstatSync()
isFile()
isDirectory()
os :
arch
platform
networkInterface
cpus
path
join()
extname()
basename()
child process
execSync()
calc
start chrome
https://google.com
code
node abc.js
JavaScript
Arrays
push
pop
unshift
shift
slice
splice
strings
charAt
charCodeAt
substring
split
join
trim
objects
update
set / add
for in loop
delete
square bracket [ ]
Function
can return more than one val at a time