Functions and Arrow Functions

15 min read 2 views Jane Editor
Share:

Write functions the modern way.

Functions

const greet = (name) => \`Hello, ${name}!\`;

Comments (0)

Comments are disabled for this site.