Opposite of null?

Hello,

I’ve killed some functions in my game with myFunction = null;

But later on I want them back! ie when I reset some stuff…

How do I un-null?

P