Get to know MDN better
Esta página foi traduzida do inglês pela comunidade. Saiba mais e junte-se à comunidade MDN Web Docs.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since julho de 2015.
O método toString() retorna uma string representando o objeto Boolean específico.
Uma string representando o objeto Boolean específico.
O objeto Boolean sobrepõe o método toString do objeto Object; ele não herda Object.prototype.toString(). Para objetos Boolean, o método toString retorna uma representação do objeto como string.
O JavaScript chama o método toString automaticamente quando uma Boolean deve ser representado como texto ou quando uma Boolean é referenciada como uma concatenação de string.
Para objetos e valores Boolean, o método nativo toString retorna a string "true" ou "false", dependendo do valor do objeto boleano.
No código a seguir, flag.toString() retorna "true":
| ECMAScript® 2027 Language Specification # sec-boolean.prototype.tostring |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 8 de nov. de 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.