Week 3: JavaScript Exercise

http://imanas.shanghai.nyu.edu/~msf432/commlab/week3

I’m honestly quite impressed with how well I was able to identify my problems in completing this exercise. The only time I really ran into trouble was with styling the buttons which I thought would be the easiest part. I played around with using classes and ids in both JavaScript and CSS but nothing seemed to be working for me. I eventually realized that in order to style a button you have to simply list button{}, not .button{}. It was satisfying to have finally figured that out but still frustrating that the fix was that simple. 

 

Leave a Reply