Last active
April 8, 2017 19:22
-
-
Save kitsuyui/b6eed0647651e5b0621c to your computer and use it in GitHub Desktop.
Safari 9.0 の JS で「同じ関数を繰り返し実行しただけで返り値が変わる」という強烈なバグが発見されてる ref: http://qiita.com/kitsuyui/items/6ae2f75fb0b7205d3c7c
This file contains hidden or 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
getOne({1: true}) |
This file contains hidden or 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
function getOne(a) { return a['1']; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment