"JavaScript Foundations" was retired on April 27, 2015. You are now viewing the recommended replacement.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Callback Functions in JavaScript!
You have completed Callback Functions in JavaScript!
In this video, we'll convert our anonymous function into an arrow function.
Arrow Functions
( ) => {
console.log("Hello");
}
( ) => console.log("Good bye");
Checkout this workshop on Arrow Functions for more details and examples.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up