#can i make this console.log(err)
4 messages · Page 1 of 1 (latest)
maybe
try { ... } catch (err) { ... }?
How would we know? You didn’t give much information
try{
// code
}catch(err){
// handle / log error
}
4 messages · Page 1 of 1 (latest)
what exactly do you want to console.log? What should err be here? Please use more words to say what you want
maybe
try { ... } catch (err) { ... }?
How would we know? You didn’t give much information
try{
// code
}catch(err){
// handle / log error
}