Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:24
Show Gist options
  • Select an option

  • Save manakuro/d0eaed2761cb04c57f3778cfe109e68b to your computer and use it in GitHub Desktop.

Select an option

Save manakuro/d0eaed2761cb04c57f3778cfe109e68b to your computer and use it in GitHub Desktop.
const f = () => 10
let x = do {
let tmp = f();
tmp * tmp + 1
}; // x -> 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment