IBM
C2180-279 · Question #102
C2180-279 Question #102: Real Exam Question with Answer & Explanation
Sign in or unlock C2180-279 to reveal the answer and full explanation for question #102. The question stem and answer options stay visible for context.
Question
A Worklight mobile application uses a native page to display a real-time graph of the price of a stock symbol. The native page is invoked from a web page using the WL.NativePage.show() method and requires a parameter that contains the value of the stock symbol to display. To pass the value of "IBM" as a parameter to the native page using the parm variable, how should the variable be initialized before passing it to the method?
Options
- Avar parm = "IBM";
- Bvar parm = ["IBM"];
- Cvar parm = {symbol: "IBM"};
- Dvar parm = ["symbol", "IBM"];
Unlock C2180-279 to see the answer
You've previewed enough free C2180-279 questions. Unlock C2180-279 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.