Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

new.target (নিউ.টার্গেট )

This translation is incomplete. Please help translate this article from English.

This is a new technology, part of the ECMAScript 2015 (ES6) standard.
This technology's specification has been finalized, but check the compatibility table for usage and implementation status in various browsers.

The new.target syntax is available in all functions. In constructors, new.target refers to the constructor that was invoked by new. In normal function calls, new.target is undefined.

পদবিন্যাস

new.target

বর্ণনা 

TBD

উদাহরণ 

new.target ফাংশন কলে ব্যবহার করুন 

// TBD

new.target ক্লাসে ব্যবহার করুন 

// TBD

new.target অ্যারো ফাংশনে ব্যবহার করুন 

// TBD

স্পেসিফিকেশন

Specification Status Comment
ECMAScript 2015 (6th Edition, ECMA-262)
The definition of 'Built-in Function Objects' in that specification.
Standard Initial definition.

ব্রাউসার কম্পেটিবেলিটি 

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support Not supported 41 (41) Not supported Not supported Not supported
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported Not supported 41.0 (41) Not supported Not supported Not supported

আরও দেখুন 

ডকুমেন্ট ট্যাগ এবং অবদানকারী

 Contributors to this page: Bolaram
 সর্বশেষ হালনাগাদ করেছেন: Bolaram,