Error Stack Trace
Preview
Code
<script>
try{
throw new Error("Example error");
}catch(e){
console.log(e.stack);
}
</script>
<script>
try{
throw new Error("Example error");
}catch(e){
console.log(e.stack);
}
</script>