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/web/javascript/shells/index.html | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/es/web/javascript/shells/index.html (limited to 'files/es/web/javascript/shells') diff --git a/files/es/web/javascript/shells/index.html b/files/es/web/javascript/shells/index.html new file mode 100644 index 0000000000..ac0e6f3443 --- /dev/null +++ b/files/es/web/javascript/shells/index.html @@ -0,0 +1,41 @@ +--- +title: JavaScript shells +slug: Web/JavaScript/Shells +translation_of: Web/JavaScript/Shells +--- +
{{JsSidebar}}
+ +

Un shell(*) JavaScript te permite probar rápidamente fragmentos de código JavaScript si tener que recargar un sitio web. Éstos son extremadamente útiles para desarrollar y depurar código.

+ +

*[N. del T.: Un "shell" es una ventana que muestra texto para ejecutar un comando; o en el caso de un lenguaje de programación, funciones en forma de texto, y el resultado se muestra también en formato de texto].

+ +

Shells JavaScript autónomas

+ +

Las siguientes shells JavaScript son de entorno autónomos, como perl o python.

+ + + +

Listas de shells JavaScript

+ +

Las siguientes shells JavaScript funcionan con Mozilla.

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