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 |
What is repl? What purpose it is used for?
What are the difference between settimeout() and cleartimeout()?
What do you mean by “streams”?
Explain the role of repl in node.js?
What is difference between return and callback in javascript functions?
List some exit codes?
What are Events and Event Emitters in node.js?
What is the use of underscore variable in repl?
What is an error-first callback in node.js?
What do you understand by event-driven programming?
What is asynchronous code?
How to check a file/directory existence in node.js?