What is arrow function , write its syntax?
Answer / Sonu Kumar
An Arrow Function is a shorthand syntax for writing functions in JavaScript. It was introduced in ES6. The basic syntax is: (parameters) => {statements}. For example: (x, y) => x + y
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rootscope in angular 2?
Should I use angular?
What are browser events?
How do you exchange data among different modules of your angular js application?
Explain about single and multithread in javascript?
What is the meaning of ng in angular 2?
Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?
What is the use of canactivate in angular?
Explain the concept of lazy loading in angular 2
What is the advantage of angular?
Which js is best?
What is the difference between component and directive?