From c4a5be064713e4385768b2f86bcd704571589883 Mon Sep 17 00:00:00 2001 From: smith latube Date: Mon, 20 Aug 2018 21:10:56 +0800 Subject: [PATCH] format the code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更具层次感 --- docs/stdlib/boolean.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stdlib/boolean.md b/docs/stdlib/boolean.md index 1eb39ff..f630824 100644 --- a/docs/stdlib/boolean.md +++ b/docs/stdlib/boolean.md @@ -56,6 +56,7 @@ Boolean(/foo/) // true !!0 // false !!'' // false !!NaN // false + !!1 // true !!'false' // true !![] // true