Skip to content
angular challenges logo Angular Challenges

๐ŸŸข Bug in Effect ?

Challenge #50

Created by Thomas Laforge

Information

In this basic exercise, we aim to display an alert whenever at least one checkbox is checked.

Statement

The alert correctly triggers when clicking on each checkbox separately. However, if you first click on one checkbox and then click on a second one, the alert fails to appear. Why does this happen?

The objective of this challenge is to understand and correct the issue preventing the alert from appearing when the second checkbox is clicked.

Contributors

Thanks to all the contributors who have helped make this documentation better!

  • tomalaforge