Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • \$\begingroup\$ Nicely done! I spent far too long yesterday looking to shorten it and at best managed to reproduce the 109 in different ways. -8 is quite the jump. \$\endgroup\$ Commented Mar 25, 2015 at 19:06
  • \$\begingroup\$ Cool. Could you post an explanation? I don't fully understand the use of w \$\endgroup\$ Commented Mar 30, 2015 at 15:54
  • \$\begingroup\$ @BadHorse explanation added (really, this time) \$\endgroup\$ Commented Mar 31, 2015 at 6:35
  • \$\begingroup\$ Out of interest I tried to do it without trailing spaces and came up with n=>(n>1?' '+'____'.repeat(n/2)+'\n':'')+' /\\ '.repeat(n).slice(0,n*2+2-n%2)+'\n'+'/__\\'.repeat(n).slice(0,n*2+1+n%2) for 119 (deliberately not using template strings etc. to match your answer). \$\endgroup\$ Commented Jan 13, 2019 at 14:29