stefanpenner/es6-promise

Math.random().toString(36).substring(16) is always ""

majinliang123 opened this issue · 2 comments

Math.random().toString(36).substring(16) is always "".

interesting...

Math.random().toString(36).substring(2) should fix...