#Hey, does someone can help me to understand why this gives that error pls? TypeError [ERR_INVALID_CA

1 messages · Page 1 of 1 (latest)

hollow hound
#

use setTimeout(unmute,muteTime)

magic carbon
#

let's try but it is a function, I need () then think_sourire

hollow hound
#

exactly the other way around.it is a function,so you don't need ()

magic carbon
silent tinsel
#

Just to note, if you do setTimeout(someFunc(), 10) the someFunc() is actually being ran there and returning whatever its meant to, that's why it isn't working.

hollow hound
magic carbon
#

oh I think I understand

#

Oh yes I understand now

#

thank you!

hollow hound
#

my_func() won't be a function until you explicitly return a function inside it