In this article, we will learn how to execute function immediately in Javascript. To run function directly in JavaScript after defining it, you just have to wrap the function in parenthesis () and invoke it. Read more
Tag Archives: #nodejstutorial
Hello World in Nodejs
In this Nodejs tutorial, we will create a simple Application to display the output “Hello World!” in the command prompt. Read more
Functions in Javascript
In this tutorial, we are going to have a look at functions in JavaScript; its Declaration and example. Read more