From e6aa2ebcb89d2018620d075d8253d51ce72a5a87 Mon Sep 17 00:00:00 2001 From: Daniella Saadon Date: Mon, 23 Mar 2026 11:05:37 +0100 Subject: [PATCH 1/2] Code review exercise --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b2ee074..be64108 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -90,3 +90,5 @@

+ + From 48fcd63cc13ef65091aac3d794565b6796e66a12 Mon Sep 17 00:00:00 2001 From: Daniella Saadon Date: Mon, 23 Mar 2026 11:08:06 +0100 Subject: [PATCH 2/2] Code review exercise --- index.html | 2 +- script.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index be64108..53c3d18 100644 --- a/index.html +++ b/index.html @@ -91,4 +91,4 @@

- + diff --git a/script.js b/script.js index d4fd75a..dbb673d 100644 --- a/script.js +++ b/script.js @@ -93,7 +93,7 @@ async function translateSwedishWord(word, langKey) { const targetLang = LANG_CODE[langKey]; const url = `${TRANSLATE_URL}?q=${encodeURIComponent( - word + word, )}&langpair=sv|${targetLang}`; const res = await fetch(url); @@ -138,3 +138,5 @@ function renderTips() { } renderTips(); + +// here is some space for reviews