79707881

Date: 2025-07-20 09:12:11
Score: 1.5
Natty:
Report link
<script type="module">
  var life = 42;
  makeglobal(life);
</script>

<script>
var mygloballife;
function makeglobal(a){
mygloballife=a;
}
</script>

// This should do it
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karl Skartveit