Multiple choice javascript Actions that can be detected by javascript are called ? HTML Events Array ArrayList Reveal answer Fill a bubble to check yourself B Correct answer Explanation In JavaScript, user actions like clicks, keypresses, and page loads are detected through events. The Event model allows scripts to respond to these actions.