pvidalContributor16 years agoHow to create user defined constants in JScript?Hello, I wanted to know how to create user defined constants in JScript. The help in the Code Metrics sugests to use constants for magic numbers, etc. Are these "constants" just variables defin...Show More
asdfasdfasdfasdContributor16 years agoTo minimize your global namespace, I suggest you create constants under an object literal:var Constants = { A : 1, B : 2, C : 3};
Recent DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related Contentconstant com.eviware.soapui.impl.rest.actions.oauth.OAuth2Parameters.PKCEChallengeMethod.Not definedNameError: name 'Aliases' is not definedDefining conditional attributes in OpenAPI