Created
October 5, 2015 11:08
-
-
Save ludofischer/a53742cc8d884512ba7b to your computer and use it in GitHub Desktop.
Out of bounds index in Flow tuples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @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