const flag = new Boolean(); console.log(flag); // Expected output: false
JavaScript Demo: Boolean Constructor
Run ›
Reset