We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Website for 80twenty Software
HTML
Website for 80twenty Trading website
A 4-5 hour class covering the essentials of JavaScript.
JavaScript
Website for Yo Meals
Website for Yo Self.
function Monad() {
return function unit(value) {
var monad = Object.create(null);
monad.bind = function (func) {
return func(value);
There was an error while loading. Please reload this page.