Multiple choice technology packaged enterprise solutions

Which function displays a JavaScript alert or logs a message to the debug window

  1. WMAlert(strMessage, strDebug)

  2. WMAlert ( strDebug, strMessage)

  3. WMCAlert(strMessage, strDebug)

  4. WMCAlert ( strDebug, strMessage)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ClarifyCRM web framework utilizes the WMAlert function, which accepts the message string as the first argument and the debug string as the second argument: WMAlert(strMessage, strDebug). The other variations reverse the arguments or use incorrect function prefixes.