diff --git a/blog_posts/js-array-sorting-shorthand.md b/blog_posts/js-array-sorting-shorthand.md index c51791c0b..08578d0f9 100644 --- a/blog_posts/js-array-sorting-shorthand.md +++ b/blog_posts/js-array-sorting-shorthand.md @@ -2,7 +2,7 @@ title: "Tip: JavaScript array sorting shorthand" type: tip tags: javascript,array -authors: maciv,chalarangelo +authors: maciv cover: blog_images/apples.jpg excerpt: Learn how to quickly write code to sort JavaScript arrays with this handy one-liner. firstSeen: 2021-01-04T11:00:00+02:00