bananpermobil
Results
1
issues of
bananpermobil
The Boolean object seem to get cast when using == but not when using ===. ex. new Boolean(true) == true // -> true new Boolean(true) === true // -> false...