Notes taken about Regular Expressions (specific to JavaScript)
- Give a shout-out to (and user guide for) regex101
- Write up notes based on The Net Ninja's recent, well-explained JS tutorial (playlist here)
- Provide visual examples
- Find more resources and write them up: add links to resources, such as MDN RegExp Reference, MDN RegEx Guide, javascript.info RegEx chapter & Eloquent JS RegEx