function exerciseOne(classmates){ // Exercise One: You will be given an array called 'classmates' // Create a variable called 'howManyStudents', and assign it to // the length of the classmates array (using the length property)
var howManyStudents=(classmates); classmates.lenght; consol.log(classmates.lenght);
Hi everyone,
I am completely lost! I can't figure out exercise 1.
https://repl.it/student/submissions/6952500
function exerciseOne(classmates){
// Exercise One: You will be given an array called 'classmates'
// Create a variable called 'howManyStudents', and assign it to
// the length of the classmates array (using the length property)
var howManyStudents=(classmates);
classmates.lenght;
consol.log(classmates.lenght);
@janetsomehow1 I'm having the same issue on that question, if you've found out the answer please let me know!