Joined August 2011
·
Posted to
JavaScript iterate through object keys and values
over 1 year
ago
Why aren’t you passing the corresponding object to JSON.stringify
?
Posted to
Do you even code? [JavaScript Arrays]
over 1 year
ago
So, why using functions instead of built in syntax? Why using a library for native methods? (loop = Array#forEach, find = Array#filter, etc.)
Achievements
61 Karma
0 Total ProTip Views

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Honey Badger
Have at least one original Node.js-specific repo

Forked
Have a project valued enough to be forked by someone else

Raven
Have at least one original repo where some form of shell script is the dominant language

Charity
Fork and commit to someone's open source project in need
There’s also
Object.keys
in Node.js and modern browsers. See MDN for details.