Skip to content
Subhajit Sahu edited this page Jul 29, 2022 · 1 revision

Return false.

Similar: FALSE, TRUE.


function FALSE(...args)
// args: arguments (ignored)

const xfunction = require('extra-function');


xfunction.FALSE();
// → false


References

Clone this wiki locally