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::Undefined - JavaScript undefined value

Description

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

       Undefined stringifies to 'undefined', and is false as a boolean.

Name

       JE::Undefined - JavaScript undefined value

See Also

       JE::Types
       JE::Null
       JE

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

Synopsis

         use JE;

         $j = new JE;

         $js_undefined = $j->undef;

         $js_undefined->value; # undef

See Also