I always see
(function (e){
console.log("hi")
})
in libraries Like jQuery but when I try and make something like it in NodeJS it doesn't Log "hi" to the console. What does it mean?
I've tried searching for multiple different solutions online to see what it meant but I couldn't find anything. So, I came to see if anybody knew what it means.