whip

Untitled

Apr 6th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. classmatesArray;
  6. var howManyStudents
  7.  
  8. // Please write your answer on the line above.
  9. return howManyStudents;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment