Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. fs.writeFile('myjson.json', contenthere, 'utf8', function(err) {
  2. if(err) {
  3. return console.log(err);
  4. }
  5. console.log('File was saved');
  6. });
Add Comment
Please, Sign In to add comment