mirror of
https://github.com/kettanaito/naming-cheatsheet.git
synced 2025-08-09 06:45:00 +02:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
96b71a8c14
commit
934effd2db
@ -110,7 +110,7 @@ link.addEventListener('click', handleLinkClick);
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Prefixes
|
## Prefixes
|
||||||
Prefixes enhance variables/methods, and serve as a quick indicators of additional meaning behind them.
|
Prefixes enhance variables or methods, indicating additional meaning behind them.
|
||||||
|
|
||||||
#### `is`
|
#### `is`
|
||||||
Describes certain characteristic or state of the context.
|
Describes certain characteristic or state of the context.
|
||||||
|
Reference in New Issue
Block a user