From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/glossary/string/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/es/glossary/string/index.html (limited to 'files/es/glossary/string/index.html') diff --git a/files/es/glossary/string/index.html b/files/es/glossary/string/index.html new file mode 100644 index 0000000000..39b3429257 --- /dev/null +++ b/files/es/glossary/string/index.html @@ -0,0 +1,22 @@ +--- +title: String +slug: Glossary/String +tags: + - Cadena de caracteres + - Glosario + - Principiante + - String +translation_of: Glossary/String +--- +

En cualquier lenguaje de programación, un string es una secuencia de {{Glossary("character","caracteres")}} usado para representar el texto.

+ +

En {{Glossary("JavaScript","JavaScript")}}, un String es uno de los {{Glossary("Primitivo", "valores primitivos")}} y el objeto {{jsxref("String")}} es un {{Glossary("wrapper","envoltorio")}} alrededor de un String primitivo.

+ +

Aprende más

+ +

Conocimientos generales

+ + -- cgit v1.2.3-54-g00ecf