node.js - What is the "=>" syntax in nodejs? -


i'm wondering difference between anonymous function:

callback = function (a) {return a} 

and using "=>" notation?

callback = (a) => {return a} 

is more syntactic sugar?

() => called arrow function of javascript, introduced in ecma script 6. it's useful more intuitive handling of current object context.

reference link new features of ecma script 6.


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

How to prevent logback from emitting repeated "Empty watch file list. Disabling" messages -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -