diff --git a/data/js-one-glance.json b/data/js-one-glance.json index 6a3370144..a038b06e0 100644 --- a/data/js-one-glance.json +++ b/data/js-one-glance.json @@ -25,6 +25,19 @@ "code": "propertyIsEnumerable" } ] + }, + { + "title": "স্ট্যাটিক মেথড(অবজেক্ট)", + "items": [{ + "code": "from" + }, + { + "code": "isArray" + }, + { + "code": "of" + } + ] }, { "title": "মেথড(স্ট্রিং)", @@ -283,9 +296,42 @@ { "code": "toExponential" }, + { + "code": "toLocaleString" + }, { "code": "toPrecision" + }, + { + "code": "toString" + }, + { + "code": "valueOf" + } + ] + }, + { + "title": "স্ট্যাটিক মেথড(নাম্বার)", + "items": [{ + "code": "isFinite" + }, + { + "code": "isInteger" + }, + { + "code": "isNaN" + }, + { + "code": "isSafeInteger" } + , + { + "code": "parseFloat" + } , + { + "code": "parseInt" + } + ] }, { @@ -558,14 +604,17 @@ { "code": "clearTimeout" }, + { + "code": "clearInterval" + }, { "code": "close" }, { - "code": "focus" + "code": "confirm" }, { - "code": "open" + "code": "focus" }, { "code": "open" @@ -575,6 +624,9 @@ }, { "code": "setTimeout" + }, + { + "code": "setInterval" } ] },