petrovicstefanrs / 30_seconds_of_knowledge

Google Chrome Extension that lets you gain new developer skills, every time you open a New Tab.
https://30secondsofknowledge.com/
MIT License
942 stars 121 forks source link

Update words snippet for JavaScript #111

Closed VasiliyRusin closed 2 years ago

VasiliyRusin commented 2 years ago

Ignore any special characters instead of only \W. This adds support to any languages. Not only English.

petrovicstefanrs commented 2 years ago

@VasiliyRusin Unfortunately I don't host the snippets. They are taken from another open-source repo. Here is the original file https://github.com/30-seconds/30-seconds-of-code/blob/master/snippets/words.md

If you'd like to make changes to snippets, that's where you should go and open a PR.