var C = [{}] var bC = b => C = C.concat(b)
var
C = [{}]
bC = b
=>
C = C.concat(b)
Anyone got a more readable version? Let's iterate.