Correct Answer :   All event listeners are automatically removed
                                        
                                                                                
                                        Explanation : A ViewModel code can be of pure logic and DOM-free because you don’t have to manually attach event listeners in JS. This makes testing a lot easier. All event listeners are automatically removed when a ViewModel is destroyed.