1

I want this:

const fn = () => papa
  .child1()
  .child2();

to look like this:

const fn = () => 
  papa
    .child1()
    .child2();
Daniel Birowsky Popeski
  • 8,752
  • 12
  • 60
  • 125

0 Answers0