IO test 1

1 🪧 Summan av två tal?


let a = Number(prompt("A?"));
let b = Number(prompt("B?"));
console.log(a+b)
  

Faci