function foo() { let a = 0.5; let b = 0.5; let c = 0.5; return a + b + c; } foo();