--- title: BigInt.prototype.valueOf() slug: Web/JavaScript/Referencje/Obiekty/BigInt/valueOf tags: - BigInt - JavaScript - Metodă - Prototype - valueOf() translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/valueOf ---
Metoda valueOf()
zwraca opakowaną wartość prymitywną obiektu {{jsxref("BigInt")}}.
bigIntObj.valueOf()
BigInt reprezentujący wartość prymitywną danego obiektu {{jsxref("BigInt")}}.
valueOf
typeof Object(1n); // object typeof Object(1n).valueOf(); // bigint
Specyfikacja |
---|
{{SpecName('ESDraft', '#sec-bigint.prototype.valueof', 'BigInt.prototype.valueOf()')}} |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("javascript.builtins.BigInt.valueOf")}}