JavaScript has a few different ways to increment a digit by one, and it's important to understand how each of them work.
Examples:
var i = 0;
var a = i++;
What does a
equal here?
### Keybase proof | |
I hereby claim: | |
* I am jefflembeck on github. | |
* I am jefflembeck (https://keybase.io/jefflembeck) on keybase. | |
* I have a public key whose fingerprint is FAA5 1B1B E9EA 5C12 95D1 B777 78B3 99C1 C44E 0460 | |
To claim this, I am signing this object: |
JavaScript has a few different ways to increment a digit by one, and it's important to understand how each of them work.
Examples:
var i = 0;
var a = i++;
What does a
equal here?
Unbreak My Build -> Unbreak My Heart - Toni Braxton | |
End of the Node -> End of the Road - Boyz II Men | |
You Make Me Wanna -> You Make Me Wanna - Usher | |
All My Lifetimes -> All My Life - K-Ci & JoJo | |
How Deep Is Your Callstack -> How Deep Is Your Love - Dru Hill | |
Ignition (Remix) -> Ignition (Remix) - R. Kelly | |
Can We Lock -> Can We Talk - Tevin Campbell | |
I Pair -> I Swear - All-4-One | |
This Is How We Do It -> This Is How We Do It - Montell Jordan | |
LAMP There It Is -> Whoomp There It Is -> Tag Team |
* rid of lib/server.js | |
* create/format lib/settings.js | |
* add a bin-manage.js | |
* need to change config..tmpl to use that | |
* add body parsing middleware (knork's) |