Skip to content

Instantly share code, notes, and snippets.

View dannygoncalves's full-sized avatar

Danny Goncalves dannygoncalves

View GitHub Profile
@dannygoncalves
dannygoncalves / Trailing Comma of Death regex
Created January 23, 2017 16:15 — forked from afrex/Trailing Comma of Death regex
Use this regex in a search to retrieve trailing comma's of death within your application. This comma's will cause inconsistent behaviour in Internet Explorer browsers.
,\s*?\]|,\s+}
@dannygoncalves
dannygoncalves / promises_answer_sheet.md
Created November 18, 2015 20:51 — forked from nolanlawson/promises_answer_sheet.md
Promises puzzle cheat sheet