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...

    Making great stuff takes time and $$. If you appreciate the book you are reading now and want to keep quality materials free for other students please consider a donation to Runestone Academy. We ask that you consider a $10 donation, but if you can give more thats great, if $10 is too much for your budget we would be happy with whatever you can afford as a show of support.

    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