376 B

id, title, challengeType, isRequired, videoId
id title challengeType isRequired videoId
5e7b9f090b6c005b0e76f065 Lists B 11 true lCnHfTHkhbE

Description

Tests

question:
  text: 'Which method is used to add an item at the end of a list?'
  answers:
    - 'insert'
    - 'push'
    - 'append'
    - 'new'
  solution: 3