function Hello()
{
    //body of the function
    console.log("Say Hello");
};