JSFiddle - React, Tailwind, and code Playground

by shivkumarganesh

JavaScript

(function($) {

$.AEPROLES = 
{
        AEP_SPOC: 1,
        AEP_MENTOR: 2,
        MENTEE: 3,
        STREAM_SPOC: 4,
        STREAM_MENTOR: 5
   
}})(jQuery);
    
    alert($.AEPROLES.AEP_SPOC);