2025/01/26
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
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