aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/string
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/glossario/string
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/glossario/string')
-rw-r--r--files/pt-br/glossario/string/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/pt-br/glossario/string/index.html b/files/pt-br/glossario/string/index.html
new file mode 100644
index 0000000000..d825d3a869
--- /dev/null
+++ b/files/pt-br/glossario/string/index.html
@@ -0,0 +1,22 @@
+---
+title: String
+slug: Glossario/String
+tags:
+ - CodingScript
+ - Glossário
+ - Iniciante
+ - String
+translation_of: Glossary/String
+---
+<p id="Summary">Em qualquer linguagem de programação, uma string é uma sequência de {{Glossary("character","caracteres")}} usados para representar texto</p>
+
+<p>Em {{Glossary("JavaScript")}}, uma String é um dos {{Glossary("Primitive", "valores primitivos")}} e o objeto {{jsxref("String")}} é um {{Glossary("wrapper")}} em cima do tipo primitivo string.</p>
+
+<h2 id="Leia_mais">Leia mais</h2>
+
+<h3 id="Conhecimento_Geral">Conhecimento Geral</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "String (computer science)")}} (em inglês) na Wikipedia</li>
+ <li><a href="/en-US/docs/Web/JavaScript/Data_structures#String_type">Estruturas e tipos de dados em JavaScript</a></li>
+</ul>