Created
November 22, 2011 13:01
-
-
Save wsoczynski/1385615 to your computer and use it in GitHub Desktop.
The no framework JS framework 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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