dorey / JavaScript-Equality-Table

Creative Commons Attribution Share Alike 4.0 International
1.24k stars 193 forks source link

Whitespace strings would make a nice addition #23

Open rtoal opened 7 years ago

rtoal commented 7 years ago

A string such as " \t \n\n " is falsy and the fact that

"  \t  \n\n      " == false

is true would make a nice addition to the table.

Nice work on this by the way!