From 7dff0c6c3d942a583bdf06d70d12d7b2f8f43e9d Mon Sep 17 00:00:00 2001 From: Alik Kirillovich Date: Mon, 21 Oct 2024 01:59:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8E=20=D0=BE=D0=BF=D1=86=D0=B8=D0=B8=20minimumIntegerDigits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Значение по умолчанию опции minimumIntegerDigits в конструкторе Intl.NumberFormat — это 1, а не 21 как в тексте. См., например: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat --- 1-js/99-js-misc/90-intl/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/99-js-misc/90-intl/article.md b/1-js/99-js-misc/90-intl/article.md index 1edd5b8b3c..be5e40916c 100644 --- a/1-js/99-js-misc/90-intl/article.md +++ b/1-js/99-js-misc/90-intl/article.md @@ -353,7 +353,7 @@ formatter.format(number); // форматирование Минимальное количество цифр целой части от `1` до `21` - 21 + 1 minimumFractionDigits 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