We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1606cee commit 9855b59Copy full SHA for 9855b59
README.md
@@ -84,6 +84,8 @@
84
- [ES6 Featues](#es6-features)
85
- [ES5 Features](#es5-features)
86
- [Examples](#examples)
87
+- [Snippets](#snippets)
88
+- [Short Hands](#short-hands)
89
- [List of GitHub Repositories to learn JavaScript](#list-of-github-repositories-to-learn-javascript)
90
- [List of Websites to learn JavaScript](#list-of-websites-to-learn-javascript)
91
- [List of Books to learn JavaScript](#list-of-books-to-learn-javascript)
@@ -3880,6 +3882,18 @@ newObj();
3880
3882
// output: 10
3881
3883
```
3884
3885
+## Snippets
3886
+
3887
+```jsx
3888
3889
+```
3890
3891
+## Short Hands
3892
3893
3894
3895
3896
3897
## List of GitHub Repositories to learn JavaScript
3898
3899
- [30 Days of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript)
0 commit comments