Fix some title issues
This commit is contained in:
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Remove list elements
|
title: Remove array elements
|
||||||
type: snippet
|
type: snippet
|
||||||
language: javascript
|
language: javascript
|
||||||
tags: [array]
|
tags: [array]
|
||||||
|
|||||||
Reference in New Issue
Block a user