Starting Template

Use this as a starting point to quickly get set up for writing to the document.

HTML

<div ng-if="false == true">
  Halloux123
</div>

JavaScript

function output(out) {
 document.getElementById('output').innerHTML += out + "<br />"
}

var a = 1;
output(100<<((a>=3)?a-3:0x1F));