whip

Untitled

Apr 6th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function exerciseOne(classmates){
  2. // Exercise One: You will be given an array called 'classmates'
  3. // Create a variable called 'howManyStudents', and assign it to
  4. // the length of the classmates array (using the length property)
  5. var howManyStudents
  6. // Please write your answer on the line above.
  7. return howManyStudents;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment