forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes6-plus.json
More file actions
20 lines (20 loc) · 1.07 KB
/
Copy pathes6-plus.json
File metadata and controls
20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "es6-plus",
"title": "ইএস৬ পরবর্তী চিটশিট সমূহ ",
"slug": "es6-plus-cheat-sheet",
"description": "ইএস৬ এর পরবর্তী সকল চিটশিট সমূহ এখানে রয়েছে।",
"colorPref": "#fcbc20",
"contents": [{
"title": "মেথড সমূহ",
"items": [{
"definition": "at() মেথড indexable ভ্যালুগুলোর জন্য ব্যবহার করা হয়।",
"code": "arr.at(-1);"
},
{
"definition": "Object.hasOwn মেথড একটি অবজেক্ট এর কোন কোন প্রপার্টি আছে কিনা তা চেক করে। যদি আছে তাহলে true রিটার্ন করে, না থাকলে false রিটার্ন করে।",
"code": "myObject.hasOwn(Object, 'name');"
}
]
}
]
}