2) C:\Users\ukv-208\Downloads\prac\nodejstut.js:26
var fs = require('fs');
^
SyntaxError: Identifier 'fs' has already been declared
If you redeclare the variable in the node js
2) C:\Users\ukv-208\Downloads\prac\nodejstut.js:26
var fs = require('fs');
^
SyntaxError: Identifier 'fs' has already been declared
If you redeclare the variable in the node js
0Comments
Thanks you for commenting your questions. I will see question and respond you.