From 04cb26ddae48a89a25948bcf4a63c021ad724451 Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Mon, 23 Jun 2025 15:14:06 -0300 Subject: [PATCH] wording --- 1-js/02-first-steps/07-type-conversions/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/07-type-conversions/article.md b/1-js/02-first-steps/07-type-conversions/article.md index 3295561419..7b5b09ac02 100644 --- a/1-js/02-first-steps/07-type-conversions/article.md +++ b/1-js/02-first-steps/07-type-conversions/article.md @@ -119,7 +119,7 @@ alert( Boolean(" ") ); // spaces, also true (any non-empty string is true) The three most widely used type conversions are to string, to number, and to boolean. -**`String Conversion`** -- Occurs when we output something. Can be performed with `String(value)`. The conversion to string is usually obvious for primitive values. +**`String Conversion`** -- Occurs automatically when we output a value. Can be performed explicitly with `String(value)`. The conversion to string is usually obvious for primitive values. **`Numeric Conversion`** -- Occurs in math operations. Can be performed with `Number(value)`. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy