Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Flashcard

Immutable type representing a flashcard, e.g., for learning vocabulary words in a native language or foreign language.

PS1 instructions: do NOT change this class.

Hierarchy

  • Flashcard

Index

Properties

Methods

Properties

back: string
front: string

Methods

  • toString(): string
  • Returns string

  • Make a flashcard.

    Parameters

    • front: string

      the card's front side, e.g. a vocabulary word

    • back: string

      the card's back side, e.g. its definition

    Returns Flashcard

    flashcard with front and back

Generated using TypeDoc