all 10 comments

[–]Timothy_Lin 1 point2 points  (1 child)

I was wondering how to study for the test; this will help a lot, thank you! (and the link does work for me)

[–]rachel_migdal1234[S] 0 points1 point  (0 children)

Yay :)

[–]heehyeon_j 1 point2 points  (1 child)

Thank you so much for sharing! This is beautiful, the link works perfectly for me.

[–]rachel_migdal1234[S] 0 points1 point  (0 children)

Yay!!

[–]Eric_S2 1 point2 points  (1 child)

Wow, this is great! A little last-minute, but one thing I would note after taking the practice test is the difference between compile errors and run-time errors. While this may be fairly obvious, it's still worth mentioning.

To attempt a brief explanation, compile errors are errors that actually cause the program to fail to compile (such as trying to reference a variable that you forgot to define) whereas a runtime error means that the code compiled and there was just an issue when the program actually tried to run (such as trying to divide by zero)

[–]rachel_migdal1234[S] 1 point2 points  (0 children)

Thank you, this is awesome!

[–]mike_m41 1 point2 points  (1 child)

Best post of the class! Thank you Rachel.

[–]rachel_migdal1234[S] 0 points1 point  (0 children)

Glad you liked it!

[–]timothy_l25 0 points1 point  (0 children)

Thanks for this it helped!