nightisyang / basic-poker

My first coding project. Fully featured Poker game. Vanilla JS, HTML, CSS.
0 stars 0 forks source link

major fix #22

Closed nightisyang closed 2 years ago

nightisyang commented 2 years ago

fixed a variety of things that broke stuff.

be careful of when to use return and break and also use strict conditions to return a value.