Merge pull request #12 from smv1999/master

Update README.md
This commit is contained in:
Artem Zakharchenko
2021-01-17 09:37:11 +01:00
committed by GitHub

View File

@ -26,7 +26,7 @@ Although these suggestions can be applied to any programming language, I will us
## Naming convention
Pick **one** naming convention and follow it. It may be `cammelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
Pick **one** naming convention and follow it. It may be `camelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
```js
/* Bad */