diff --git a/index.html b/index.html new file mode 100644 index 0000000..96713ec --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + + Document + + +

Hola mundo

+

Esto es un titulo pero lo pase como parrafo

+

Hola mundo

+

Hola mama

+

Mana

+ + + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..24295a2 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +let letra = 'A'; +let desplazamiento = 3; +const letraCifrada = String.fromCharCode(letra.charCodeAt() + desplazamiento)