Ejemplo 1: cómo ejecutar un programa javascript en código de Visual Studio
id =vinay;
const mul=function multi(a,b) {
return (a*b)
document.getElementById("vinay").innerHTML=mul(5,8)
}
Ejemplo 2: cómo ejecutar javascript en código de Visual Studio
// install live server and then right click on your index.html and the keep the browser ready
Ejemplo 3: cómo ejecutar un archivo js en código vs
Simply open the .js file in question in VS Code,
switch to the 'Debug Console' tab, hit the debug button
in the left nav bar, and click the run icon (play button)!
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)