let foo; foo.?() // undefined foo = () => 2 foo.?() // 2 Enter fullscreen mode Exit fullscreen mode So that's a thing ☺️