El de la izquierda es un ejemplo de cómo tu archivo de JavaScript puede lucir actualmente.
On the left is an example of what your JavaScript file might currently look like.
Una biblioteca es un archivo de JavaScript que contiene muchas funciones, y esas funciones realizan alguna tarea útil para tu página web.
A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage.
El archivo de JavaScript tiene alrededor de unas 50 líneas de código.
Podríamos mirar el archivo de JavaScript, si es corto, o mejor, podríamos mirar la documentación.
We could look at the JavaScript file, if it's short, or better, we could look at the documentation.
El proceso de bundling más simple utilizando browserify resulta en un único archivo de JavaScript que contiene toda la lógica de la aplicación.
The simplest bundling process using Browserify has an output of a single JavaScript file that contains the whole application logic.
Si el problema no vuelve a aparecer al reiniciar Dreamweaver, entonces es posible que un archivo de JavaScript se haya cargado incorrectamente inicialmente.
If the problem does not recur on relaunching Dreamweaver, then a JavaScript file may have initially loaded incorrectly.
La URL que se incluye en la etiqueta script es la ubicación de un archivo de JavaScript que carga todos los símbolos y las definiciones que necesitas para usar la Google Maps API.
To load the Google Maps JavaScript API, use a script tag like the one in the The URL contained in the script tag is the location of a JavaScript file that loads all of the symbols and definitions you need for using the Maps JavaScript API.
¿Qué pasa con el archivo de JavaScript minificado?
What About the Minified JavaScript File?
El YUI Compresor está escrito en Java (requiere Java> = 1.4) y se basa en Rhino para dividir la fuente de archivo de JavaScript.
The YUI Compressor is written in Java (requires Java >= 1.4) and relies on Rhino to tokenize the source JavaScript file.
¿Cómo edito el archivo de Javascript?
How do I edit the JavaScript file?
Si el módulo está activado, Jetpack también rastrea el rendimiento de cada carga de la página, lo que incluye también el archivo de Javascript que utilizamos para las Estadísticas.
When this module is enabled, Jetpack also tracks performance on each page load that includes the Javascript file used for tracking stats.
En Internet Explorer hemos experimentado un problema con la alfa-transparencia de las imágenes PNG, así que pusimos las imágenes más grandes con un archivo de Javascript.
For internet Explorer we experienced a problem with alpha-transparency of PNG images, thus we fixed the biggest images with a javascript file.
Creamos una nueva carpeta llamada "Services" y luego un archivo de Javascript (JS) para escribir nuestra Web API
We create a new folder called "Services" and then a Javascript file (JS) to write our Web API