Skip to content

Instantly share code, notes, and snippets.

@adinardi
adinardi / gist:957462
Created May 5, 2011 17:25 — forked from ekosz/gist:957403
Coffee Script vs. Javascript
JAVASCRIPT
==========
client.send({
otherClients: (function() {
var _results = [];
for (var _i = 0, c; c = clients[_i]; _i++) {
if (c !== client) {
_results.push(nameHash[c]);
}