const function1 = function(){
    console.log('hello');
};
function1()