✍️The goal of this Repo is to make it a "good to keep" references of most used functions in JS and Bonus for beginner in React/Vue ✨ a list of JS tips BEFORE the framework, just head to folder 📁 SB-javascript-before-framework :) you will find exercicies that i had to undertand before going deep on React | in English | em Português-BR.
Im still trying to write/translate exercises to English, it means you will see some comments in portuguese, but you can colab, not only to improve this list, but for undertanding too
```
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
```