Skip to content

Commit 9855b59

Browse files
author
Manthan Ankolekar
committed
feat: updated
1 parent 1606cee commit 9855b59

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
- [ES6 Featues](#es6-features)
8585
- [ES5 Features](#es5-features)
8686
- [Examples](#examples)
87+
- [Snippets](#snippets)
88+
- [Short Hands](#short-hands)
8789
- [List of GitHub Repositories to learn JavaScript](#list-of-github-repositories-to-learn-javascript)
8890
- [List of Websites to learn JavaScript](#list-of-websites-to-learn-javascript)
8991
- [List of Books to learn JavaScript](#list-of-books-to-learn-javascript)
@@ -3880,6 +3882,18 @@ newObj();
38803882
// output: 10
38813883
```
38823884
3885+
## Snippets
3886+
3887+
```jsx
3888+
3889+
```
3890+
3891+
## Short Hands
3892+
3893+
```jsx
3894+
3895+
```
3896+
38833897
## List of GitHub Repositories to learn JavaScript
38843898
38853899
- [30 Days of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript)

0 commit comments

Comments
 (0)