Closed BooDoo closed 6 years ago
_.pairs()
becomes _.toPairs()
_.all()
becomes _.every()
and we can use _.findLast(a)
instead of _.find(a.reverse())
Added in: BACKEND - BooDoo@0d0b671d490cc41dcfd33661cdc8dcb4f5e3e982 BRIDGE - BooDoo@31c4b1843f0947c3bf4e3bffacad3c6046e4f77a FRONTEND - BooDoo@103fc010951e2b41f082ba8683d069cea576d656
I already migrated the node components, I should migrate Frontend as well so everything is consistent.