Spanish Translation of Node.js (Part 10) (1131 words)

Github Repository

https://github.com/nodejs/i18n

General Information & Project Details

Node.js is an Open Source JavaScript runtime built on Chrome's V8 JavaScript engine supported by the Node.js Foundation

- What is Node?

The Node environment comprises everything you need to run a program written in JavaScript(JS).

Node.js first started when the original developers of JS extended its functionalities from something you could only run in the browser to something you could execute on your computer as a independent application.

Now you can do much more with JavaScript than just creating interactive websites and web apps. Modern JavaScript has the same capabilites as other scripting languages like Python, and therefore it can do the same as these.

Both your browser's JavaScript and Node.js environment run on the V8 JavaScript runtime engine. This engine takes your JS code and converts it into a much faster machine code (machine code is a low level code that the computer can execute without needing to first interpret it).

Contribution Specifications

- Translation Overwiew

In this part I translated part of the Virtual Machine module and the properties of its classes. This module allows you to test your code in a sandbox environment.

- Languages

- Word Count

Number of words translated on this contribution: 1131 words, including a small number of coding instructions.

Proof of Authorship

The translation was submitted via CrowdIn and you can find all the related information on the following links.

Node.js Crowdin page

My Crowdin Profile
My Crowdin Activity
My Github Profile

- Examples sentences in Spanish:

  • Instances of the <0>vm.Script</0> class contain precompiled scripts that can be executed in specific sandboxes (or "contexts")..
    • Las instancias de la clase <0>vm.Script</0> contienen scripts precompilados que pueden ejecutarse en sandboxes específicos (o "contextos").

  • Using the <0>timeout</0> or <0>breakOnSigint</0> options will result in new event loops and corresponding threads being started, which have a non-zero performance overhead.
    • Utilizar las opciones <0>timeout</0> o <0>breakOnSigint</0> resultará en un nuevo bucle de eventos y los hilos correspondientes se iniciarán, los cuales tienen una sobrecarga de rendimiento distinta a cero.

  • The following example compiles code that increments a global variable, sets
    the value of another global variable, then execute the code multiple times.
    • El siguiente ejemplo compila el código que incrementa una variable global, establece el valor de otra variable global y luego ejecuta el código múltiples veces.

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
4 Comments