Skip to content

Conversation

BastiaanJansen
Copy link
Contributor

@BastiaanJansen BastiaanJansen commented Jul 4, 2021

I created several new filters:

Array:

  • some: Determines whether the specified callback function returns true for any element of an array.
  • every: Determines whether all the members of an array satisfy the specified test.

String:

  • repeat: Repeats a given value an x amount of times
  • reverse: Reverses a given string
  • wrap: Wraps a string or number with a string

@BastiaanJansen BastiaanJansen changed the title five new filters with tests Five new filters with tests Jul 5, 2021
@freearhey freearhey changed the base branch from master to v0.14.0 December 21, 2021 09:41
@freearhey freearhey merged commit 0d76186 into freearhey:v0.14.0 Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants