What is an enum



What is an enum..

Answer / 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

More JavaScript Interview Questions

Can I write javascript in notepad?

0 Answers  


a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.

0 Answers   IBM,


What is argument objects in javascript?

0 Answers  


What is the use of document object?

0 Answers  


In a java script, what is the difference between "==" and "===" operator?

0 Answers   Expedia,


What are the different ways in which we can use the link tag ? Illustrate with an example. Is it possible to link a file with another file on a different file server ? If yes, how ?

1 Answers  


Write the point of difference between web-garden and a web-farm?

0 Answers  


What creates scope in javascript?

0 Answers  


wap to accept an int array frm the user and print the lucky nos.

0 Answers  


how to hide alphabets in java as password '*'

0 Answers  


What is new function in javascript?

0 Answers  


Does javascript have the concept level scope?

0 Answers  


Categories