JS Future language spec proposals to keep and eye on Optional Chaining Operator aka null propagation operator // instead of this: data && data.users // do this: data?.users babel pull Bind Operator This proposal introduces a new operator :: which performs this binding and method extraction.