code.pug 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 p= null p= undefined p= '' p= 0 p= false p(foo=null) p(foo=undefined) p(foo='') p(foo=0) p(foo=false)