From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/it/glossary/nullish/index.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 files/it/glossary/nullish/index.html (limited to 'files/it/glossary/nullish/index.html') diff --git a/files/it/glossary/nullish/index.html b/files/it/glossary/nullish/index.html deleted file mode 100644 index f8cf4dcd7c..0000000000 --- a/files/it/glossary/nullish/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Valori nulli -slug: Glossary/Nullish -translation_of: Glossary/Nullish ---- -

In JavaScript, un valore nullo può essere {{JSxRef("null")}} o {{JSxRef("undefined")}}. I valori nulli sono sempre falsi.

-- cgit v1.2.3-54-g00ecf