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 |
Can I write javascript in notepad?
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.
What is argument objects in javascript?
What is the use of document object?
In a java script, what is the difference between "==" and "===" operator?
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 ?
Write the point of difference between web-garden and a web-farm?
What creates scope in javascript?
wap to accept an int array frm the user and print the lucky nos.
how to hide alphabets in java as password '*'
What is new function in javascript?
Does javascript have the concept level scope?