Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. This assignment was challenging, but I managed to figure it out after sinking several hours into it. I did do mine a slightly different way from what was taught, but it accompishes
  2. exactly the same thing, plus I feel like I got more out of the assignment by persuing it with a slightly different approach.
  3.  
  4. Inserting the sticky note was probably the most difficult portion of this assignment, and the part I did a little differently than the other people I worked with. However, like I said before,
  5. it does accomplish the same result. As well I added an encoder so that user-submitted code would display rather than run. This was fun to figure out exactly how the function worked.
  6.  
  7. Through this assignment, I learned a lot about javascript. I started with near minimal knowledge of the language, and finished with the confidence to do this again with much more ease.
  8.  
  9. w3Schools helped me on this assignment a moderate amount, but I found I learned the most this time around via trial and error. Just putting time into this project was the easiest way for me to
  10. learn. I also tried to stay somewhat active on piazza to help others and see how others apporached the problems.
  11.  
  12. I ended up googling a few things including the "event" argument of a function to figure out how it worked as well as the "this" argument.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement