Struggling with function prototypes for new node

Have you tried calling the extraFunctionality() function?

In a quick test in vscode, the myFunction object doesnt show extraFunctionality ...

image

but it IS in the __proto__ ...

image

and it can be called...

image

1 Like