Fix some title issues

This commit is contained in:
Angelos Chalaris
2023-05-19 20:07:51 +03:00
parent bf824750ce
commit 82a614e42e
11 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Drop list elements from the right based on function title: Drop array elements from the right based on function
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Drop list elements from the right title: Drop array elements from the right
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Drop list elements from the left based on function title: Drop array elements from the left based on function
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Drop list elements from the left title: Drop array elements from the left
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Array symmetric difference title: Array symmetric difference based on function
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements from the end until condition is met title: Remove array elements from the end until condition is met
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements from the end while condition is met title: Remove array elements from the end while condition is met
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements from the end title: Remove array elements from the end
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements until condition is met title: Remove array elements until condition is met
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements while condition is met title: Remove array elements while condition is met
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]

View File

@ -1,5 +1,5 @@
--- ---
title: Remove list elements title: Remove array elements
type: snippet type: snippet
language: javascript language: javascript
tags: [array] tags: [array]