Logging with key
Sometimes it is better to log with meaningful key
Start file
window.nestedFormEvents.insertFields = (content, assoc, link) -> console.log content, assoc, link
End file
window.nestedFormEvents.insertFields = (content, assoc, link) -> console.log content: content assoc: assoc link: link
View Diff
2c2,5 < console.log content, assoc, link --- > console.log > content: content > assoc: assoc > link: link
Solutions by @zumalifeguard:
Unlock 1 remaining solutions by signing in and submitting your own entry