Skip to content

Instantly share code, notes, and snippets.

View Rosey's full-sized avatar

Rose Robertson Rosey

View GitHub Profile
@Rosey
Rosey / good.js
Created May 28, 2018 19:13
Good Example
const MY_REGEXP = /\d+/g;
items.forEach(function (item) {
item.replace(MY_REGEXP, 'boop');
});
@Rosey
Rosey / bad.js
Created May 28, 2018 19:13
Bad example
items.forEach(function (item) {
const MY_REGEXP = /\d+/g;
item.replace(MY_REGEXP, 'boop');
});
@Rosey
Rosey / test.md
Last active December 14, 2017 16:45

bold italic test bold italic italic italic bold italic bold italic

Keybase proof

I hereby claim:

  • I am rosey on github.
  • I am roserobertson (https://keybase.io/roserobertson) on keybase.
  • I have a public key whose fingerprint is 6156 FFFC 7795 9E34 BC6E 322B AFA3 287E C237 8591

To claim this, I am signing this object: