Skip to content

Instantly share code, notes, and snippets.

View zombie's full-sized avatar

Tomislav Jovanovic zombie

View GitHub Profile
link|pubDate|duration|title
http://www.youtube.com/watch?v=nzWOeqhiwx3&feature=g-vrec|123|123|peta
http://www.youtube.com/watch?v=zhWChAihst1&feature=g-vrec|123|123|ceta
@zombie
zombie / gist:2713980
Created May 16, 2012 21:10 — forked from anonymous/gist:2713976
z13264252
klsdfjaskl; ;laskdjf ;lasdjkfl ;sdkjf;l ksjdf
var arr = ["yea, yea", "we knew this worked"];
var [a, b] = arr;
// a == "yea, yea"
// b == "we knew this worked"