List out some new features introduced in es6?



List out some new features introduced in es6?..

Answer / Janak Kumar

Some new features introduced in ES6 (ECMAScript 2015) include: Let and Const for block scoped variables, Arrow Functions, Template Literals, Destructuring Assignment, Classes, Promises, and modules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is repl? What purpose it is used for?

1 Answers  


What are the difference between settimeout() and cleartimeout()?

1 Answers  


What do you mean by “streams”?

1 Answers  


Explain the role of repl in node.js?

1 Answers  


What is difference between return and callback in javascript functions?

1 Answers  


List some exit codes?

1 Answers  


What are Events and Event Emitters in node.js?

1 Answers  


What is the use of underscore variable in repl?

1 Answers  


What is an error-first callback in node.js?

1 Answers  


What do you understand by event-driven programming?

1 Answers  


What is asynchronous code?

1 Answers  


How to check a file/directory existence in node.js?

1 Answers  


Categories