What will be the value of result after executing the following code?
function greet() {
return "Hello, World!";
}
let result = greet();
What will be the value of result after executing the following code?
function greet() {
return "Hello, World!";
}
let result = greet();