Skip to content

Instantly share code, notes, and snippets.

@kognate
Created May 13, 2010 18:25
Show Gist options
  • Save kognate/400186 to your computer and use it in GitHub Desktop.
Save kognate/400186 to your computer and use it in GitHub Desktop.
Broken Function:
function bob(a) {
var str = a;
return a.map(function() { a + 1 })
}
Tables:
user:
id int
name varchar(255)
zip varchar(20)
company:
id int
name varchar(255)
city varchar(255)
user_company:
user_id int
company_id int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment