Forrest99 commited on
Commit
41701c4
·
verified ·
1 Parent(s): 4d12843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -132,9 +132,6 @@ CODE_SNIPPETS = [
132
  "const getProp = (obj, prop) => obj[prop]",
133
  "const setProp = (obj, prop, value) => obj[prop] = value",
134
  "const deleteProp = (obj, prop) => delete obj[prop]",
135
- 已思考 4 秒
136
-
137
-
138
  "try{foo();}catch(e){}",
139
  "throw new Error('CustomError')",
140
  """try{foo();}catch(e){const info=e.message;}""",
 
132
  "const getProp = (obj, prop) => obj[prop]",
133
  "const setProp = (obj, prop, value) => obj[prop] = value",
134
  "const deleteProp = (obj, prop) => delete obj[prop]",
 
 
 
135
  "try{foo();}catch(e){}",
136
  "throw new Error('CustomError')",
137
  """try{foo();}catch(e){const info=e.message;}""",