File "LowerCaseConstantUnitTest.js"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js
File size: 300 bytes
MIME-type: text/plain
Charset: utf-8

if (variable === true) { }
if (variable === TRUE) { }
if (variable === True) { }
variable = True;

if (variable === false) { }
if (variable === FALSE) { }
if (variable === False) { }
variable = false;

if (variable === null) { }
if (variable === NULL) { }
if (variable === Null) { }
variable = NULL;