Experience writing JavaScript functions and arrays for user-interaction.

    Italian Vocabulary & Grammar Exercise

    This is a JavaScript page created to provide practice in Italian Vocabulary and basic verb conjugation. I wanted to create a tool that would allow the student to practice:

    • vocabulary comprehension
    • definite and indefinite article usage
    • conjugation of the verbs essere (to be) and avere (to have)

    I wanted to insure that the vocabulary would be presented in a different order each time the student acccessed the exercise, and that the student would be exposed to each of 30 vocabulary words before any one word was repeated. This required generating a random number and passing that number to a function that retrieves an italian word from an array of 30 words, and then checking if that word had appeared yet.

    French Grammar Review

    French verb-conjugation review exercise created for Dr. Janine Ricouart's French 351 course at George Mason University.