diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
commit | 656b8007e3ac28600241104d0eaa210870561395 (patch) | |
tree | 4d8793a9e58d682c2f7c36c8cc5435adc86e028a /files/ca/glossary/object | |
parent | cb9e359a51c3249d8f5157db69d43fd413ddeda6 (diff) | |
download | translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.gz translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.bz2 translated-content-656b8007e3ac28600241104d0eaa210870561395.zip |
unslug ca: modify
Diffstat (limited to 'files/ca/glossary/object')
-rw-r--r-- | files/ca/glossary/object/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ca/glossary/object/index.html b/files/ca/glossary/object/index.html index 2688a42fed..09d2e7b145 100644 --- a/files/ca/glossary/object/index.html +++ b/files/ca/glossary/object/index.html @@ -1,12 +1,13 @@ --- title: Objecte -slug: Glossary/Objecte +slug: Glossary/Object tags: - CodingScripting - Glossary - Intro - Object translation_of: Glossary/Object +original_slug: Glossary/Objecte --- <p><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Objecte,</a> es refereix a una estructura de dades que conté dades i instruccions per treballar amb les dades. Els objectes a vegades es refereixen a les coses del món real, per exemple, un objecte cotxe o mapa en un joc de carreres. {{glossary("JavaScript")}}, Java, C ++, Python i Ruby són exemples de llenguatges de {{glossary("OOP", "programació orientada a objectes")}}.</p> |