I hereby claim:
- I am alialliallie on github.
- I am alialliallie (https://keybase.io/alialliallie) on keybase.
- I have a public key whose fingerprint is 8948 60D8 D92A 55F3 6256 04A3 EBA2 4985 7331 7F5E
To claim this, I am signing this object:
function zoom --argument meeting | |
switch "$meeting" | |
case standup | |
set meetingId YOUR_STANDUP | |
case personal | |
set meetingId YOUR_PERSONAL | |
case '' | |
set meetingId YOUR_PERSONAL | |
case '*' | |
set meetingId $meeting |
Foo = function() { | |
this.boop = function() { return "boop" } | |
} | |
// function () { | |
// this.boop = function() { return "boop" } | |
// } | |
a = new Foo() | |
// Foo {boop: function} | |
b = new Foo() | |
// Foo {boop: function} |
I hereby claim:
To claim this, I am signing this object:
Source: http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
Learn a variety of programming paradigms: