Build an Email Masker

I have problems in this last part, I don´t know how to check the 10th box If I put something like

email = function(“example@email.com”)
console.log(email)

OR

console.log(function(email))

Then the 4th box will be unchecked. Can someone help me please?

Hi.

You just put the name of the variable ‘email’ as the argument. The value that you put is already stored in the variable.