What will be the value of the variable result after executing the following code snippet?
let num = 5;
let result = --num;
What will be the value of the variable result after executing the following code snippet?
let num = 5;
let result = --num;