Skip to content

Commit 8f7feba

Browse files
section Added for ES6 later features
1 parent f69ff5b commit 8f7feba

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

data/es6-plus.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "es6-plus",
3+
"title": "ইএস৬ পরবর্তী চিটশিট সমূহ ",
4+
"slug": "es6-plus-cheat-sheet",
5+
"description": "ইএস৬ এর পরবর্তী সকল চিটশিট সমূহ এখানে রয়েছে।",
6+
"colorPref": "#fcbc20",
7+
"contents": [{
8+
"title": "মেথড সমূহ",
9+
"items": [{
10+
"definition": "at() মেথড indexable ভ্যালুগুলোর জন্য ব্যবহার করা হয়।",
11+
"code": "arr.at(-1);"
12+
}
13+
]
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)