browser

Include the fate.js file

<script src="fate.js"></script>

Then create an instance of fate

<script>
    const f8 = new fate();
    console.log(f8.bool());
</script>