when a variable is initialized it’s normal to put in a value that is of the same type of the end result, in this case 0 is pretty neutral for a number, and the final result is a number
there is no new coding concepts in this line
the code does not automatically show anything to you, you need to tell it you want something shown - some challenges are set up with that, in most cases you need to use a command like console.log()
if you write console.log(lastNameLength) you see the value of that variable in the console