What JS syntax does BigQuery support?

Viewed 89

So I know that BigQuery's JS implementation is a sandboxed V8, but how can I find out which version of V8? E.g. I noticed optional chaining is not yet supported, I wonder what else might not work. Is there a way to figure out besides trial and error?

1 Answers
Related