Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

What is difference between equals operator (== vs ===) in our vanilla as well as custom JS file.

edited Nov 30, 2018 12:24AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

What is the difference between these two equal operates and why different one is used at different JS file?

Eg. In PostLoad.js file, we have

if (typeof (SiebelAppFacade.Postload) == "undefined")

And in some file we have

if( typeof( SiebelAppFacade.sRFormPM ) === "undefined" )

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center