-
-
Save saleiva/4492201 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var posicion= 0; | |
var mi_array= new Array(); | |
function presentacion(n){ //numero de diapositivas// | |
for(var i=0; i<=n; i++){ | |
mi_array[i] = i; | |
console.log('numeroDiapositivas'); | |
} | |
} | |
function siguiente(){ | |
if(posicion == x+1){ | |
console.log('siguienteDiapositiva'); | |
}else if(posicion == n){ | |
console.log('fin'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment