mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-29 14:48:01 -08:00
Compare commits
5 Commits
a4baa7c9ca
...
c965836418
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c965836418 | ||
|
|
2aee46f169 | ||
|
|
22977d5ca1 | ||
|
|
a2c99c9674 | ||
|
|
4cdc201352 |
@@ -32,6 +32,10 @@ Feel free to take a look. You might learn new things. They have been designed to
|
||||
- [PHP](languages/php.php)
|
||||
- [Python](languages/python.md)
|
||||
|
||||
#### Extensible Markup Language
|
||||
|
||||
- [XML](languages/XML.md)
|
||||
|
||||
#### Functional
|
||||
|
||||
- [JavaScript](languages/javascript.js)
|
||||
|
||||
@@ -286,7 +286,7 @@ for(dataType item : array) {
|
||||
|
||||
### ACCESS MODIFIERS
|
||||
|
||||
1. defualt(No keyword required)
|
||||
1. default(No keyword required)
|
||||
2. private
|
||||
3. public
|
||||
4. protected
|
||||
|
||||
Reference in New Issue
Block a user