What is the value of result after executing the following code?
result
let result = "5" / "2";
"2.5"
2.5
0
"5"