...
…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() {...}; |
...
...
…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() {...}; |
...