const bar = function () {
  console.log('bar')
}
bar()