what does "=>" means in javascript? -


in javascript od, code this:

[0, 1, 2, 3, 4].reduce( (prev, curr) => prev + curr ); var maxcallback = ( pre, cur ) => math.max( pre.x, cur.x ); 

i have searched in google "=> in javascript", patched nothing, mean?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -