Guest User

Untitled

a guest
Oct 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ReferenceError: index is not defined
  2.  
  3. var a =[];
  4. if(a.length !=0){
  5. console.log("no data");
  6. }else{
  7. fs.writeFile('./Desktop/sample.txt','hi');//here the above shows
  8. }
Add Comment
Please, Sign In to add comment