Delete this Post

Warning: Once the post is deleted it can no longer be retrieved.

Home

  /  

FAQ

  /  

Arrow Function
PlainBashC++C#CSSDiffHTML/XMLJavaJavaScriptMarkdownPHPPythonRubySQL
function (d) {
return d.id === id;
}

// Can be written similarly in JS

(d) => d.id === id;



0 characters

Posted 1 months ago

0 characters