Added Java Cheat Sheet (#4884)

This commit is contained in:
Ashwin Kumar Ramaswamy 2020-10-30 09:46:18 +05:30 committed by GitHub
parent 55abde1f9b
commit 3f87ae1901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* [Data Science](#data-science)
* [Git](#git)
* [HTML / CSS](#html--css)
* [Java](#Java)
* [JavaScript](#javascript)
* [jQuery](#jquery)
* [Vue.js](#vuejs)
@ -46,6 +47,11 @@
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
### Java
* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)
### JavaScript
* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)