const foo = 1 const bar = (argument) => { return argument + foo } bar(foo)