const getDataSynchronously = () => { // Do some processing... return data } console .log( getDataSynchronously() )