Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

…and add custom functions an variables can exist a a and variables as members of that object…

Code Block
dfa.myVar = 'This is my variable';
dfa.myFunction = function() {...};

...