Stop show with sound  Next slide in show -- Keyboard shortcut: 'n'  1 minute, 33 secondsLecture 4 - slide 31 : 34
Program 1
(define (modify-element element . attributes-and-contents)
  (lambda parameters 
   (apply element 
    (append parameters attributes-and-contents))))