From fcb5ee4b1c47a070e3ad8b56b7c8d82c15d4a81b Mon Sep 17 00:00:00 2001 From: developervilchez Date: Mon, 5 Feb 2018 15:52:06 -0500 Subject: [PATCH 1/6] cambio --- index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 From 27c91758973bc4135fe31bf4e5e5e32fcbac9df1 Mon Sep 17 00:00:00 2001 From: developervilchez Date: Mon, 5 Feb 2018 16:01:45 -0500 Subject: [PATCH 2/6] Hola Mundo --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index e69de29..c555841 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Document + + +

Hola mundo

+

Esto es un titulo pero lo pase como parrafo

+ + \ No newline at end of file From a79941d829ba722bb1e58a93dd127b68e7baebac Mon Sep 17 00:00:00 2001 From: developervilchez Date: Tue, 23 Apr 2019 07:03:21 -0500 Subject: [PATCH 3/6] =?UTF-8?q?implementaci=C3=B3n=20del=20issue=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c555841..7e91e97 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

Hola mundo

Esto es un titulo pero lo pase como parrafo

+

Hola mundo

\ No newline at end of file From 3fbf4792dc1e589494974fc9051fb6c15dbcd5e6 Mon Sep 17 00:00:00 2001 From: developervilchez Date: Tue, 23 Apr 2019 07:12:38 -0500 Subject: [PATCH 4/6] fixed #5 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7e91e97..df5c50f 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@

Hola mundo

Esto es un titulo pero lo pase como parrafo

Hola mundo

+

Hola mama

\ No newline at end of file From 9046b7265e377ef1293cb17877c6ea5bc816b0be Mon Sep 17 00:00:00 2001 From: developervilchez Date: Tue, 23 Apr 2019 07:17:18 -0500 Subject: [PATCH 5/6] fixed #1 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index df5c50f..fb56e78 100644 --- a/index.html +++ b/index.html @@ -11,5 +11,6 @@

Hola mundo

Esto es un titulo pero lo pase como parrafo

Hola mundo

Hola mama

+

Mana

\ No newline at end of file From b6b5742776a9b8c0761968c1fac47373a5c88f29 Mon Sep 17 00:00:00 2001 From: developervilchez Date: Tue, 23 Apr 2019 09:32:48 -0500 Subject: [PATCH 6/6] escribi la prueba para la letra a y offset 3 fixed #2 --- index.html | 1 + index.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 index.js diff --git a/index.html b/index.html index fb56e78..96713ec 100644 --- a/index.html +++ b/index.html @@ -12,5 +12,6 @@

Hola mundo

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)