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 you explain the difference between == and ===?
Describe briefly the major use of java script on client side
just for testing
what is runnable interface
What is a frontend framework?
What is an onclick?
What are trailing whitespace?
Who introduced javascript?
How can an HTMLCollection be traversed?
What are the features of javascript?
How can I request data from the server without reloading the page in the browser?
Basic methods for opening a popup window using javascript?