इस कोड स्निपेट का आउटपुट क्या है?
What is the output of this code snippet?
for (let i = 0; i < 3; i++) {
console.log(i);
}
A)
B)
C)
D)
Explanation: