Skip to content

Instantly share code, notes, and snippets.

@jonbretman
Created February 16, 2013 15:24
Show Gist options
  • Save jonbretman/4967360 to your computer and use it in GitHub Desktop.
Save jonbretman/4967360 to your computer and use it in GitHub Desktop.
Pointless.js - An anti framework
var Pointless = function () {
var _pointless = {
Pointless: function () {
return _pointless;
}
};
return _pointless;
};
@jonbretman
Copy link
Author

Pointless.JS

No explanation needed. Works well with http://vanilla-js.com/

Pointless().Pointless(true).Pointless(1).Pointless([1,2,3,4]).Pointless('pointless');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment