How to declare/use global constants (enum’s) in javascript ajax function
Introduction: In this article i am going to explain about how to declare and use application wide constants (enum’s) in javascript. Main: What is enum? The enum keyword is used to declare an enumeration, a distinct type consisting of a set of named constants called the enumerator list. Every enumeration type has an underlying type, [...]