Write Reusable JavaScript Business Logic with Peasy-Js

Help structure your business logic and make it highly reusable between the front and back-end, and easily portable. Aaron Hanusa introduces peasy-js.

Similar

What the Heck Is ~~ In JavaScript?

A note on bit-wise operations Today I read some JavaScript source code and stumbled on a line like var delta = ~~time; and I was unsure what that purpose of using ~~ was. So I started to research and digging a bit deeper. It turns out that the binary not ... (more…)

Read more »