Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

31 lines (13 loc) · 553 Bytes

Counter

Counter

Simple counter, inizialized to 0, ranging from -99 to 99

Counter


How It Works

Through javascript, I exploit the opacity of the HTML elements to create the numbers

If the counter exceeds the maximum or minimum set, an alert message is displayed

Usage

Press the + button to increment the counter.
Press the - button to decrease the counter.

Enjoy the count 😃