Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

fs.readFile behavior when file is null

node v6.17.1
endpointsharetweet
require('fs').readFile(null, (err, data) => { if (err) return console.error(err) console.log(data) })
Loading…

no comments

    sign in to comment