Skip to content

Instantly share code, notes, and snippets.

@wsoczynski
Created November 22, 2011 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsoczynski/1385615 to your computer and use it in GitHub Desktop.
Save wsoczynski/1385615 to your computer and use it in GitHub Desktop.
The no framework JS framework 2
var fa = persons.FitnessAddict(
"Bar",
"Baz",
new Date(1990,5,5),
80,
1.8)
fa.isWeightNormal() // true
fa.saySomething() // "bar"
fa.name() // "Bar Baz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment