Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General comment:
-) Try to use less global variable everywhere; life will be so much difficult haha. Mungkin bisa tiap kali ubah, ambil dari elemennya terus cek, terus tambah 1 instead of pake global variable wins sama loses. (Atau pake class :D)
-) naming mesti di improve
-) kurangi pake id, most of the time shld pake class.
-) mungkin belom pernah tau ini, tapi biasa css pake some naming style convention buat ngerapiin namanya; ini ada beberapa jenis yang cukup populer: http://getbem.com/introduction/ https://github.com/stubbornella/oocss/wiki http://smacss.com/
-) Btw itu tulisannya first to 5 win, tapi after 5 gaada apapun yang terjadi ahahah
-) UI nya cukup bagus hahaha, nice (although textnya mungkin harusnya bisa diperbesar)
-) Nice flex usage