Skip to content

Commit fb1e6bf

Browse files
array method includes()
1 parent df8ff4c commit fb1e6bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

data/js-object-method.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
}, {
159159
"definition": "অ্যারের প্রিমিটিভ ভ্যালু রিটার্ণ করা",
160160
"code": "valueOf()"
161+
}, {
162+
"definition": "অ্যারে লিস্টের ভিতর এই ভ্যালুটা আছে কিনা সেটা দেখে true অথবা false রিটার্ন করে",
163+
"code": "includes()"
161164
}
162165
]
163166
}, {

0 commit comments

Comments
 (0)