Pinned Loading
-
-
-
introducing-javascript
introducing-javascript PublicA 4-5 hour class covering the essentials of JavaScript.
JavaScript
-
-
-
Identity Monad
Identity Monad 1function Monad() {
2return function unit(value) {
3var monad = Object.create(null);
4monad.bind = function (func) {
5return func(value);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


