diff --git a/comparison-table.js b/comparison-table.js index 643941e..2f35482 100644 --- a/comparison-table.js +++ b/comparison-table.js @@ -1,6 +1,6 @@ var EqualityTable = (function(cmpStr){ - var comparisons = [true, false, 1, 0, -1, "1", "0", "-1", "", null, + var comparisons = [true, false, 1, 0, -1, "true", "false", "1", "0", "-1", "", null, undefined, [], {}, [[]], [0], [1], parseFloat("nan")]; function map(f, x) {