aboutsummaryrefslogtreecommitdiff
path: root/files/ca/glossary/value/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:20:05 +0100
committerGitHub <noreply@github.com>2021-02-11 18:20:05 +0100
commit747e709ad97c5782af29688f52c8105c08d9a323 (patch)
treedc574a3e876ecc4d2bda6e7d64c2df1a03282f3f /files/ca/glossary/value/index.html
parenteff3c1a4a064f7d6cf582f0344dc2dd6d8cece6e (diff)
parent656b8007e3ac28600241104d0eaa210870561395 (diff)
downloadtranslated-content-747e709ad97c5782af29688f52c8105c08d9a323.tar.gz
translated-content-747e709ad97c5782af29688f52c8105c08d9a323.tar.bz2
translated-content-747e709ad97c5782af29688f52c8105c08d9a323.zip
Merge pull request #56 from fiji-flo/unslugging-ca
Unslugging ca
Diffstat (limited to 'files/ca/glossary/value/index.html')
-rw-r--r--files/ca/glossary/value/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ca/glossary/value/index.html b/files/ca/glossary/value/index.html
new file mode 100644
index 0000000000..352c8c4be0
--- /dev/null
+++ b/files/ca/glossary/value/index.html
@@ -0,0 +1,19 @@
+---
+title: Valor
+slug: Glossary/Value
+tags:
+ - CodingScripting
+ - Glossary
+ - NeedsContent
+translation_of: Glossary/Value
+original_slug: Glossary/Valor
+---
+<p>En el context de les dades o un <strong>{{Glossary("Wrapper","contenidor")}}</strong> d'objectes al voltant d'aquestes dades, el valor és el <strong>{{Glossary("Primitive", "valor primitiu")}}</strong> que conté el contenidor d'objectes. En el context d'una <strong>{{Glossary("Variable","variable")}}</strong> or <strong>{{Glossary("Property","propietat")}}</strong>, el valor pot ser una primitiva o una <strong>{{Glossary("Object reference","referència d'objecte")}}</strong>.</p>
+
+<h2 id="Aprèn_més">Aprèn més</h2>
+
+<h3 id="Coneixement_general">Coneixement general</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia","Classe contenidora primitiva")}} en Wikipedia</li>
+</ul>