Use the correct Math method to get the square root of 9. code example Example: sqrt javascript let number = 16 Math.sqrt(number); //output = 4