Today I Learned

2025/01/26

js

That String.split doesn’t need parentheses:

"a b".split` ` // ["a", "b"]

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates