Tweak the remove element post's description

This commit is contained in:
Maciej Pędzich 2023-10-28 21:12:53 +02:00
parent 9eadb1441d
commit 87df48a764

View File

@ -1,6 +1,6 @@
--- ---
title: "leetcode one-liners: remove element" title: "leetcode one-liners: remove element"
description: "Solving LeetCode's \"Remove Element\" problem by making clever use of Array.reduceRight and Array.splice" description: "Solving LeetCode's \"Remove Element\" problem by making clever use of reduceRight and splice array methods"
pubDate: 2023-10-28T09:27:09.772Z pubDate: 2023-10-28T09:27:09.772Z
draft: true draft: true
categories: categories: