javascript dice roller success its available on my webbed site as a small button. it uses about three lines of js and one line of html to display the button
i currently do not pull in any external libraries for any of my javascript. all is written by me. i want to try to do things myself because i dont understand why i would need to pull in a package for checking if a number is even
i currently do not pull in any external libraries for any of my javascript. all is written by me. i want to try to do things myself because i dont understand why i would need to pull in a package for checking if a number is even