aboutsummaryrefslogtreecommitdiff
path: root/files/it/glossary/undefined/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/it/glossary/undefined/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/it/glossary/undefined/index.html')
-rw-r--r--files/it/glossary/undefined/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/files/it/glossary/undefined/index.html b/files/it/glossary/undefined/index.html
deleted file mode 100644
index dd33699e99..0000000000
--- a/files/it/glossary/undefined/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: undefined
-slug: Glossary/undefined
-translation_of: Glossary/undefined
----
-<p>Un valore <strong>{{Glossary("primitive", "primitivo")}}</strong> assegnato automaticamente alle <strong>variabili</strong> che sono appena state dichiarate o ai<strong> {{Glossary("Argument","parametri")}}</strong> delle funzioni per i quali non è stato passato nessun valore.</p>
-
-<h2 id="Di_più">Di più</h2>
-
-<ul>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures">Tipi di dati e strutture in JavaSctipt</a></li>
-</ul>