Skip to content

Commit 3a69338

Browse files
author
Quang Van
committed
Added string 'true' & 'false'.
1 parent 181ac22 commit 3a69338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comparison-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
var EqualityTable = (function(cmpStr){
3-
var comparisons = [true, false, 1, 0, -1, "1", "0", "-1", "", null,
3+
var comparisons = [true, false, 1, 0, -1, "true", "false", "1", "0", "-1", "", null,
44
undefined, [], {}, [[]], [0], [1], parseFloat("nan")];
55

66
function map(f, x) {

0 commit comments

Comments
 (0)