Respond to an unknown method call: Difference between revisions

m
Line 528:
 
(Note that need to have a cover verb (or adverb or conjunction) for the method call if you want to abstract it or dynamically intercept previously undefined methods.)
 
(Also, if we were using arbitrary method names, we would also want to introduce a check <code>_1=nc&lt;name</code> so that our default behavior does not override existing implementation.)
 
=={{header|JavaScript}}==
6,951

edits