Language List


Story

This story facilitates the exploration of lists in a language.

The basic premise is that a person wants to maintain a list of languages that they want to learn on Exercism's website.

Tasks

The exercise generally guides students how to:

  • Create a list.
  • Add to a list.
  • Remove from a list.
  • Count the length of a list.
  • Get the first item from a list.
  • Check if an item is a member of a list.

Implementations

Reference