以下のコードの実行結果はどうなりますか? ```javascript let a = 10; let b = 3; console.log("計算結果: " + a + b); ```