Jump to content

ddlee202257

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ddlee202257

  1. 13 minutes ago, ddlee202257 said:

    Your JS is incorrect.  the addEventListener method should have the "i" index attached.

    Just change this line of segment code

    FROM         acc.addEventListener         TO           acc[x].addEventListener      NOTE: replace "x" with "i"

    Happy coding !!!!!

    sorry change code to this:    acc.addEventListener

  2. Your JS is incorrect.  the addEventListener method should have the "i" index attached.

    Just change this line of segment code

    FROM         acc.addEventListener         TO           acc.addEventListener

    Happy coding !!!!!

×
×
  • Create New...