79688824

Date: 2025-07-03 12:16:13
Score: 1
Natty:
Report link
function first(){
  doSomething();
}

// Lots of code

function doSomething(){
  alert('Somehow, I know that' + doSomething + 'function called me...');
  alert('Boink, hit an error, but now you know what function called me');
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aman Soni