1 ALERT: typeof(objCPlugin)=object
2 ALERT: objCPlugin()=TypeError
3 ALERT: typeof(objCPluginFunction)=function
4 ALERT: objCPluginFunction()=test
5 ALERT: hello = hello (same)
6 ALERT: string = string (same)
8 ALERT: number = number (same)
9 ALERT: null = undefined (same)
10 ALERT: object = undefined (different)
11 ALERT: undefined = undefined (same)
12 ALERT: undefined = undefined (same)
13 ALERT: one,two = one,two (same)
14 ALERT: object = object (same)
15 ALERT: String Hello == Hello
16 ALERT: String Not Hello != Hello
17 ALERT: typeof(cPlugin)=function
19 ALERT: typeof(cPlugin)=object
20 ALERT: cPlugin()=TypeError
21 This page tests invoking as functions JavaScript objects that are provided by plugins.