0 / 60 seg.

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

let a = 2;
let b = 4;
let result = a ** (b / 2);