Add console.log() around tasks.length to display the length of the tasks array in the console.

Fantastic!

Make sure to assemble console.log(tasks.length); in your code.