Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an enum

Answer Posted / hrpatelsoft@gmail.com

An enum is a type restricting variables to one value from a predefined set of constants. JavaScript has no enums but typescript provides built-in enum support.
enum Color {
RED, GREEN, BLUE
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I learn coding fast?

916


How to convert a string to a number using javascript?

963


If we want to return the character from a specific index which method is used?

1087


why can't we call a static method from a non-static method

2201


How do I add a javascript event handler to an html page element?

847


what is the difference between let, var, and const?

1045


What is a function in javascript and how does it work?

874


How to call a function in every x seconds in javascript?

871


Which built-in method returns the length of the string?

910


can wwe trace a java program (class)

2304


How to manage exception handling in javascript?

934


Please write the Code of simple javascript calculator withot eval() function

1928


Does spread operator deep copy?

916


Does javascript support foreach loop?

939


What is js injection?

850