¿Qué espera Dios de mí?

try {
  console.log("what does got think of me")
  throw "sin"
catch (err) {
  console.log("you sinned")
}
somewhatoriginal