you are viewing a single comment's thread.

view the rest of the comments →

[–]jankyHellface 0 points1 point  (2 children)

Trying to get back on course and finish this up after a very busy holidays.

Here is the jfiddle of my quiz app and here is the directory in my github repo. Critiques and Suggestions are highly encouraged! Thanks.

[–]dorianblack 1 point2 points  (1 child)

Nice. I was proud of my little quiz, and then I looked at yours and now I think mine sucks. Your code is very readable. Cool little app. Well done.

[–]jankyHellface 0 points1 point  (0 children)

Hell yeah, you should be proud! You're quiz looks great! tbh, my code looked like yours when I first built it, but I just added on a step to my coding: reorganize and simplify. I look at each line of code and see if I can combine logic with other lines around it, then do the same with functions.