// % Få bort vårt error, så detta blir en addition och vi har löst detta klassiska problem. %

let a = "1";
let b = 1;
 
let c:number;
c = a +b;
