Echo JS 0.11.0

<~>
DrJume 2162 days ago. link parent 1 point
The motivation of this little snippet is to be a wrapper, which tries your function or promise, so that you have cleaner code.
Supposing you use try and catch on every exection of a promise or function and attach a console log with an error code, this library does it for you.

You don't need to npm install it: just copy the script :)

Replies