Explorar o código

Удалить 'script1.js'

Andrii_N %!s(int64=2) %!d(string=hai) anos
pai
achega
dfb36fe699
Modificáronse 1 ficheiros con 0 adicións e 25 borrados
  1. 0 25
      script1.js

+ 0 - 25
script1.js

@@ -1,25 +0,0 @@
-let cash = document.getElementById('cash');
-let out = document.getElementById('out');
-let cash2 = document.getElementById('cash');
-
-function convert (cash) {
-    out.innerHTML = cash * 26.3;
-}
-
-
-
-
-// ________________________________
-
-// Вариант второй без привязки к index.html(через prompt и alert)
-
-
-// function convert () {
-//     let amount = prompt("Введите сумму в долларах. ","");
-//     let courseParameter = prompt("Введите курс доллара")
-//     let summ = courseParameter * amount;
-//     alert(summ.toFixed(2) + " Uah");
-    
-//     }
-    
-//     convert()