Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Interesting that you can use blocks in JS:

  {
    const x = 5;
    x + 5
  }
  // => 10
  x
  // => undefined
But I don’t see a way to get the result out of it. As soon as you try to use it in an expression, it will treat it as an object and fail to parse.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: