0 / 60 seg.

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

let a = 2;
let b = 3;
let result = a ** b;