Y
Hacker News
new
|
ask
|
show
|
jobs
by
dTal
3741 days ago
Unless it's hidden by obfuscation, judging by the source code I think that test actually fails, and hilariously only lowercase 'b' works.
1 comments
acrooks
3741 days ago
Nah, they do case insensitive matching:
https://github.com/jezen/is-thirteen/blob/master/index.js#L1...
link