logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JE::Null - JavaScript null value

Description

       This class implements the JavaScript "null" type. There really isn't much to it.

       Null stringifies to 'null', numifies to 0, and is false as a boolean.

Name

       JE::Null - JavaScript null value

See Also

       JE
       JE::Types
       JE::Undefined

perl v5.36.0                                       2023-08-25                                      JE::Null(3pm)

Synopsis

         use JE;

         $j = new JE;

         $js_null = $j->null;

         $js_null->value; # undef

See Also