I get notified whenever the CS164 course website (Compilers for all you not in the know) is buy Flomax amex online without rx updated, so I noticed that grades were put up for Project 1. I log in to buy Flomax amex online without rx look up my grades and discover I got a 0.

Cue mass hysteria, panic, "OMG DID I FORGET TO SUBMIT?!". I email the buy Flomax amex online without rx professor and the course staff to figure out what was going on. 4:40 in the buy Flomax amex online without rx morning, a GSI responds saying my code had made their interpreter puke due to buy Flomax amex online without rx the use of "non-standard assignment syntax".

I want to buy Flomax amex online without rx share the code snippet that set this off, because in my remarkable foresight, I actually commented on that:

JAVASCRIPT:
  1. assn.type = ASSIGN_PROPERTY;
  2. //var object = assn[0][0];
  3. //var property_name = assn[0][1];
  4. //var rhs = [1];
  5. [assn[0], assn[1], assn[2]] = [assn[0][0], assn[0][1], assn[1]]
  6. // i swear, i make code cryptic for the fun of it

In my defense, destructuring assignment (the rest of the world calls it parallel assignment buy genuine Valtrex online) is buy Flomax amex online without rx part of the JavaScript 1.7 spec, and we were not told what buy Flomax amex online without rx version of JavaScript to target...