JS
challenger
Home
JavaScript Basics
arrays
Find the Length of a Movie List
Find the Length of a Movie List
You have a list of your favorite movies. Store the number of movies in a variable named 'movieCount'.
Premium
reset
function greet(name) { return `Hello, ${name}!`; } console.log(greet("Erik"));
JavaScript
Run Code
Console