<html>
<body>
<p>The constructor property returns the function that created the boolean's prototype:</p>
<p id="demo"></p>
<script>
var bool = false;
document.getElementById("demo").innerHTML = bool.constructor;
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_constructor_boolean by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:27 GMT -->
</html>