0 / 60 seg.

What is the value of result after executing the following code?

let a = 5;
let b = 2;
let result = a ** b + 1;