Skip to main content
1 of 4
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

#JavaScript (ES6), 21 bytes

Takes input as (a)(b).

a=>b=>a.length+[,a+b] 

Try it online!

Arnauld
  • 205.5k
  • 21
  • 187
  • 670