New blog post: Introduction to JavaScript Arrow Functions
Added 2020-05-25 14:07:35 +0000 UTC
This is a short tutorial on the arrow function syntax for defining JavaScript functions. This style provides a more compact function header that is great for callbacks.