Skip to content

Commit 9337af1

Browse files
committed
renombrado archivos
1 parent ff545bc commit 9337af1

25 files changed

+1
-2
lines changed

ejemplo-jquery.html jquery01.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

jquery-css.html jquery05-css.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

funciones.html js3-funciones.html

File renamed without changes.

eventos.html js4-eventos.html

File renamed without changes.

bucles.html js5-bucles.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<script type="text/javascript">
5+
<script>
66
var col=[1,3,21];
77
for(var i in col)
88
alert(i+'-->'+col[i]);

listas.html js6-listas.html

File renamed without changes.

objetos.html js7-objetos.html

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
var gato = new Gato("peludo");
88
function Gato(nombre){
99
this.nombre=nombre;
10-
1110
}
1211
alert(gato.nombre);
1312
</script>

0 commit comments

Comments
 (0)