We will continue working on the Brain Age exercise on Wednesday and the code will be due on Monday, March2 @9am. Note that you do not need to draw the lines between the boxes. You only need to keep track of the last box the user clicked on, and keep the timer going.
Variable naming can be a source of coding angst for humans trying to
understand code. Once you’re sure that a human doesn’t need to interpret
your JavaScri...

2 comments:
How do you stop the overlap of divs with absolute positioning?
I have a way in mind, but it's not a good way.
Yes, its what you are thinking: make sure that the next one you place does not overlap any of the existing ones. I don't think there is any better way.
Post a Comment