Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what does god expect of me

try {
  console.log("what does got think of me")
  throw "sin"
catch (err) {
  console.log("you sinned")
}
 
PREVIOUS NEXT
Tagged: #god #expect
ADD COMMENT
Topic
Name
5+3 =