#nodejs
Read more stories on Hashnode
Articles with this tag
Undefined and Null in JavaScript console.log(a); // but it is undefined, since it is not valued yet var a = 2; // gets memory location var...