@alokdeshwal
Node.js Developer | AWS guru
Dedicated & Passionate Programmer
Nothing here yet.
No blogs yet.
Let's understand the scenario using following code. 1st Scenario: var x [1,2,4].forEach(console.log) 2nd Scenario: var x = 10 (or console.log('anything') ) [1,2,4].forEach(console.log) so in javascript interpreter puts a semicolon at the end of each...
I'm developing a classified website in which i need to integrate a chat option with seller for users. I don't have much time so i want it very quickly. How can I achieve the same within a very short duration? Update: After a lot of R & D i found i...
I'm curious to know how timezone works in application. Suppose there's an application for adding post & comments. If one user from India add a post @ 2 PM and at the same time another user from Sydney, Australia seeing that post, it'll be 6:30 PM. I'...