Skip to content

Instantly share code, notes, and snippets.

@ludofischer
Created October 5, 2015 11:08
Show Gist options
  • Save ludofischer/a53742cc8d884512ba7b to your computer and use it in GitHub Desktop.
Save ludofischer/a53742cc8d884512ba7b to your computer and use it in GitHub Desktop.
Out of bounds index in Flow tuples
/* @flow */
import stepper from './stepper.js';
const result = stepper(34, 1, 3, 4, 5,6);
const invalid = result[2];
invalid.toExponential();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment