Qu'est-ce que Dieu attend de moi

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