Y tenemos un fichero JavaScript encargado del acceso a esta colección.
En el directorio src/ coloca el fichero JavaScript que implementa el componente.
In the src/ directory, place the JavaScript file that implements the component.
Un fichero JavaScript llamado install.js, el cual contiene la lógica que conduce la instalación.
A JavaScript file called install.js, which is the install logic that drives the installation.
Limpiar el fichero principal del plugin, puesto que encola una hoja de estilos y un fichero JavaScript que ya no existen.
Clean the main file of the plugin, since it enqueues a stylesheet and a JavaScript file that no longer exist.
Cada una de estas propiedades está definida en su propio fichero JavaScript con igual nombre, así que comentemos rápidamente qué hay en cada uno de ellos
Each of these properties has its own JavaScript file (for the sake of simplicity and ease of understanding), each named after their corresponding property.
La situaré en un fichero JavaScript separado (lista-vue.js) que incluiré en el HTML
I'll place it in a separated JavaScript file (vue-list.js) included from the HTML
Para cambiar un fichero JavaScript a CoffeeScript tan solo tenemos que ponerle la extensión.coffee al nombre de archivo.
To change a JavaScript file to a CoffeeScript one we just have to append.coffee to the file name.
Para utilizar Stripe con nuestra aplicación debemos incluir un fichero JavaScript que viene del servidor de Stripe.
To use Stripe in our application we need to include a JavaScript file from Stripe's server.
Seguir Por defecto, el tag AB Tasty carga un fichero JavaScript estático con la biblioteca jQuery incluida en tu sitio web.
Follow By default, the AB Tasty tag loads a static JavaScript file with the jQuery library onto your website.
El servidor dispone de un fichero Javascript que tenemos que incluir en el layout de nuestra aplicación.
The server has a JavaScript file that we'll need to include in our application's layout file.
Solo necesitas hacer la vinculación correspondiente desde el índice al fichero Javascript y ya lo tienes disponible.
You only need to include the corresponding link from the index to the Javascript file that contains it and you have it available.
Por ejemplo, cuando el ataque viene a través de un fichero javascript, éste suele descargar un pequeño ejecutable cuya única función es descargar el ransomware y ejecutarlo en el equipo.
For example, when the attack comes from a javascript file, this usually downloads a small executable which only function is to get the ransomware and execute it.
De cualquier forma, un fichero Javascript puede ser ejecutado normalmente por un usuario y es potencialmente tan peligroso como un EXE malicioso.
Anyway, a Javascript file is something that a user can execute and can be as dangerous as an EXE file.