diff --git a/blog_posts/javascript-higher-order-functions.md b/blog_posts/javascript-higher-order-functions.md index 0c5c940d9..55fe26857 100644 --- a/blog_posts/javascript-higher-order-functions.md +++ b/blog_posts/javascript-higher-order-functions.md @@ -3,7 +3,7 @@ title: Understanding higher-order functions in JavaScript type: story tags: javascript,function authors: chalarangelo -cover: blog_images/higher-order-functions.jpg +cover: blog_images/javascript-higher-order-functions.jpg excerpt: Learn everything you need to know about higher-order functions with this short guide and level up your programming skills. ---