Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Created May 1, 2019 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noitidart/98245c64dbe587bf977dfbb8a0d7cb62 to your computer and use it in GitHub Desktop.
Save Noitidart/98245c64dbe587bf977dfbb8a0d7cb62 to your computer and use it in GitHub Desktop.
import * as _ from 'lodash';
_.times(18, i => 2 ** Math.floor(i / 2) * 1000),
_.times(28, i => Math.floor(i / 2) ** 2 * 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment