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 webassembly replace javascript?
What are the different ways to create an array in javascript?
What is array constructor in javascript?
Do you need to declare variables in javascript?
What are the variable naming conventions in javascript?
To write messages to the screen without using "document.write()"?
What is the difference between innerhtml and append() in javascript?
Where do you put javascript in html?
Why is javascript good for websites?
What does "1"+2+4 evaluate to?
Hi all, I got a job in Bangalore even though it's recession time. They have said my project will involve Java, Ruby on Rails, Ajax and they also said Web Services (which i have always wanted to try) and some stuff I have not much exposure like REST, mashups and Struts. Can anyone tell me if there are some good training or conferences to get to speed with these technologies. I need to do really good in my job. Thanks, Vaibhavi
What is the use of a form in html page? Is there any way to submit the page without using the form.