2.1. JavaScript PreTest

The following Quiz is for me to assess what you already know about JavaScript. It will not count towards you final grade, nor will I look down on you if you don’t know any of it. The point is to not waste time covering things that people already know. It will also provide a basis at the end to measure how much you have learned!

    Before you keep reading...

    Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.

    Write a function called isEven that takes a single number as a parameter and returns true if the number is even. Otherwise it should return false.

You have attempted 1 of 16 activities on this page