Event Loop in Javascript - What, Why and How

Everyone knows that javascript is single threaded . But is it guaranteed? - If you answer to this as YES then you might want to read on as there is a concept of event loop in javascript which will change your view (No, it does not make javascript multi-threaded). Then what it is? - Let's read on...