What will be the output of the following JavaScript code?
let i = 0; while(i < 3) { console.log(i); i++; }
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?