Retitle snippets

This commit is contained in:
Chalarangelo
2022-02-13 19:19:45 +02:00
parent bd45e79e8f
commit ea6e456a29
76 changed files with 77 additions and 77 deletions

View File

@ -1,5 +1,5 @@
---
title: sample
title: Random element in array
tags: array,string,random,beginner
firstSeen: 2017-12-17T16:41:31+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sampleSize
title: N random elements in array
tags: array,random,intermediate
firstSeen: 2017-12-31T13:56:28+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: scrollToTop
title: Scroll page to top
tags: browser,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sdbm
title: Hash string into number
tags: math,intermediate
firstSeen: 2017-12-27T17:12:34+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: selectionSort
title: Selection sort
tags: algorithm,array,intermediate
firstSeen: 2020-12-27T22:22:44+02:00
lastUpdated: 2021-10-13T19:29:39+02:00

View File

@ -1,5 +1,5 @@
---
title: serializeCookie
title: Serialize cookie
tags: browser,string,intermediate
firstSeen: 2018-01-13T14:19:21+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: serializeForm
title: Serialize form
tags: browser,string,intermediate
firstSeen: 2019-03-13T14:29:45+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: setStyle
title: Set style for element
tags: browser,beginner
firstSeen: 2017-12-29T00:08:17+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: shallowClone
title: Shallow clone object
tags: object,beginner
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-09-15T16:28:04+03:00

View File

@ -1,5 +1,5 @@
---
title: shank
title: Remove elements from array
tags: array,intermediate
firstSeen: 2018-09-27T01:55:30+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: show
title: Show elements
tags: browser,css,beginner
firstSeen: 2017-12-28T23:33:21+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: shuffle
title: Shuffle array
tags: array,random,algorithm,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2021-02-20T21:17:38+02:00

View File

@ -1,5 +1,5 @@
---
title: similarity
title: Array similarity
tags: array,math,beginner
firstSeen: 2017-12-17T16:41:31+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: size
title: Size of array, object or string
tags: object,array,string,intermediate
firstSeen: 2017-12-30T16:46:01+02:00
lastUpdated: 2020-10-21T21:17:45+03:00

View File

@ -1,5 +1,5 @@
---
title: sleep
title: Delay async function execution
tags: function,promise,intermediate
firstSeen: 2017-12-13T22:40:56+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: slugify
title: String to slug
tags: string,regexp,intermediate
firstSeen: 2020-10-04T09:45:43+03:00
lastUpdated: 2020-10-04T10:36:38+03:00

View File

@ -1,5 +1,5 @@
---
title: smoothScroll
title: Smooth scroll element into view
tags: browser,css,intermediate
firstSeen: 2018-03-02T18:22:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sortCharactersInString
title: Sort characters in string
tags: string,beginner
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sortedIndex
title: Insertion index in sorted array
tags: array,math,intermediate
firstSeen: 2017-12-31T16:39:06+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sortedIndexBy
title: Insertion index in sorted array based on function
tags: array,math,intermediate
firstSeen: 2018-01-26T13:39:09+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sortedLastIndex
title: Last insertion index in sorted array
tags: array,intermediate
firstSeen: 2018-01-24T13:16:47+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sortedLastIndexBy
title: Last insertion index in sorted array based on function
tags: array,intermediate
firstSeen: 2018-01-26T13:39:09+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: splitLines
title: Split into lines
tags: string,regexp,beginner
firstSeen: 2017-12-29T12:58:58+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: spreadOver
title: Convert function from variadic
tags: function,intermediate
firstSeen: 2017-12-22T04:33:57+02:00
lastUpdated: 2021-06-13T13:50:25+03:00

View File

@ -1,5 +1,5 @@
---
title: stableSort
title: Stable sort
tags: array,advanced
firstSeen: 2018-02-06T18:33:49+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: standardDeviation
title: Standard deviation
tags: math,array,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: stringPermutations
title: String permutations
tags: string,recursion,advanced
firstSeen: 2018-02-19T15:47:47+02:00
lastUpdated: 2020-11-15T17:13:42+02:00

View File

@ -1,5 +1,5 @@
---
title: stringifyCircularJSON
title: Stringify circular JSON
tags: object,advanced
firstSeen: 2020-10-06T12:32:28+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: stripHTMLTags
title: Strip HTML tags
tags: string,regexp,beginner
firstSeen: 2018-01-26T14:17:29+02:00
lastUpdated: 2020-09-15T16:28:04+03:00

View File

@ -1,5 +1,5 @@
---
title: subSet
title: Subset of iterable
tags: array,intermediate
firstSeen: 2020-10-11T11:53:08+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sum
title: Array sum
tags: math,array,beginner
firstSeen: 2017-12-29T13:29:49+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sumBy
title: Mapped array sum
tags: math,array,intermediate
firstSeen: 2018-01-11T12:25:54+02:00
lastUpdated: 2020-11-03T22:11:18+02:00

View File

@ -1,5 +1,5 @@
---
title: sumN
title: Sum of numbers until n
tags: math,beginner
firstSeen: 2020-10-08T16:52:55+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: sumPower
title: Sum of powers in range
tags: math,intermediate
firstSeen: 2018-01-01T15:49:25+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: superSet
title: Superset of iterable
tags: array,intermediate
firstSeen: 2020-10-11T11:53:19+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: supportsTouchEvents
title: Device supports touch events
tags: browser,beginner
firstSeen: 2020-05-04T12:57:23+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: swapCase
title: Swapcase string
tags: string,beginner
firstSeen: 2020-11-15T13:09:03+02:00
lastUpdated: 2020-11-15T13:09:03+02:00

View File

@ -1,5 +1,5 @@
---
title: symbolizeKeys
title: Symbolize object keys
tags: object,advanced
firstSeen: 2021-08-01T05:00:00-04:00
---

View File

@ -1,5 +1,5 @@
---
title: symmetricDifference
title: Array symmetric difference
tags: array,math,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: symmetricDifferenceBy
title: Mapped rray symmetric difference
tags: array,intermediate
firstSeen: 2018-01-24T11:59:02+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: symmetricDifferenceWith
title: Array symmetric difference
tags: array,intermediate
firstSeen: 2018-01-24T11:59:02+02:00
lastUpdated: 2020-10-18T14:58:09+03:00

View File

@ -1,5 +1,5 @@
---
title: tail
title: Array tail
tags: array,beginner
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: take
title: Remove list elements
tags: array,beginner
firstSeen: 2017-12-14T11:35:14+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: takeRight
title: Remove list elements from the end
tags: array,intermediate
firstSeen: 2017-12-15T02:00:10+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: takeRightUntil
title: Remove list elements from the end until condition is met
tags: array,intermediate
firstSeen: 2020-11-29T12:04:53+02:00
lastUpdated: 2020-11-29T12:04:53+02:00

View File

@ -1,5 +1,5 @@
---
title: takeRightWhile
title: Remove list elements from the end while condition is met
tags: array,intermediate
firstSeen: 2018-01-26T12:55:31+02:00
lastUpdated: 2020-11-29T12:04:53+02:00

View File

@ -1,5 +1,5 @@
---
title: takeUntil
title: Remove list elements until condition is met
tags: array,intermediate
firstSeen: 2020-11-29T12:04:53+02:00
lastUpdated: 2020-11-29T12:04:53+02:00

View File

@ -1,5 +1,5 @@
---
title: takeWhile
title: Remove list elements while condition is met
tags: array,intermediate
firstSeen: 2018-01-26T12:55:31+02:00
lastUpdated: 2020-11-29T12:04:53+02:00

View File

@ -1,5 +1,5 @@
---
title: throttle
title: Throttle function
tags: function,advanced
firstSeen: 2018-01-28T15:23:01+02:00
lastUpdated: 2021-10-13T19:29:39+02:00

View File

@ -1,5 +1,5 @@
---
title: timeTaken
title: Time taken by function
tags: function,beginner
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,11 +1,11 @@
---
title: times
title: Iterate n times
tags: function,intermediate
firstSeen: 2018-01-24T13:50:49+02:00
lastUpdated: 2020-10-20T11:21:07+03:00
---
Iterates over a callback `n` times
Iterates over a callback `n` times.
- Use `Function.prototype.call()` to call `fn` `n` times or until it returns `false`.
- Omit the last argument, `context`, to use an `undefined` object (or the global object in non-strict mode).

View File

@ -1,5 +1,5 @@
---
title: toCamelCase
title: Camelcase string
tags: string,regexp,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toCharArray
title: String to character array
tags: string,beginner
firstSeen: 2020-10-08T15:17:22+03:00
lastUpdated: 2020-10-08T15:17:22+03:00

View File

@ -1,5 +1,5 @@
---
title: toCurrency
title: Number to currency string
tags: math,string,intermediate
firstSeen: 2018-01-27T17:15:48+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toDecimalMark
title: Number to decimal mark
tags: math,beginner
firstSeen: 2017-12-21T16:29:51+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toHSLArray
title: HSL to array
tags: string,browser,regexp,beginner
firstSeen: 2020-10-16T21:46:29+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toHSLObject
title: HSL to object
tags: string,browser,regexp,intermediate
firstSeen: 2020-10-16T21:48:31+03:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toHash
title: Iterable to hash
tags: array,intermediate
firstSeen: 2018-05-31T02:14:04+03:00
lastUpdated: 2022-01-30T12:45:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toISOStringWithTimezone
title: Date to ISO format with timezone
tags: date,intermediate
firstSeen: 2020-10-07T09:25:05+03:00
lastUpdated: 2021-10-13T19:29:39+02:00

View File

@ -1,5 +1,5 @@
---
title: toKebabCase
title: Kebabcase string
tags: string,regexp,intermediate
firstSeen: 2017-12-22T19:14:51+02:00
lastUpdated: 2020-12-16T13:42:27+02:00

View File

@ -1,5 +1,5 @@
---
title: toOrdinalSuffix
title: Number to ordinal suffix
tags: math,intermediate
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-11-13T19:49:57+02:00

View File

@ -1,5 +1,5 @@
---
title: toPairs
title: Object to pairs
tags: object,array,intermediate
firstSeen: 2020-03-23T15:07:23+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: toPascalCase
title: Pascalcase string
tags: string,regexp,intermediate
firstSeen: 2021-09-08T19:21:13+00:00
---

View File

@ -1,5 +1,5 @@
---
title: toRGBArray
title: RGB to array
tags: string,browser,regexp,beginner
firstSeen: 2020-10-14T20:36:18+03:00
lastUpdated: 2021-06-13T13:50:25+03:00

View File

@ -1,5 +1,5 @@
---
title: toRGBObject
title: RGB to object
tags: string,browser,regexp,intermediate
firstSeen: 2020-10-14T21:58:14+03:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: toRomanNumeral
title: Integer to roman numeral
tags: math,string,intermediate
firstSeen: 2020-10-06T19:56:22+03:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: toSafeInteger
title: Value to safe integer
tags: math,beginner
firstSeen: 2018-01-08T17:12:46+02:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: toSnakeCase
title: Snakecase string
tags: string,regexp,intermediate
firstSeen: 2017-12-22T18:13:22+02:00
lastUpdated: 2021-06-28T15:27:44+03:00

View File

@ -1,5 +1,5 @@
---
title: toTitleCase
title: Titlecase string
tags: string,regexp,intermediate
firstSeen: 2018-10-19T04:49:34+03:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: toggleClass
title: Toggle class of HTML element
tags: browser,beginner
firstSeen: 2017-12-28T23:46:33+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: tomorrow
title: Date of tomorrow
tags: date,intermediate
firstSeen: 2017-12-26T18:56:24+02:00
lastUpdated: 2020-10-22T20:24:30+03:00

View File

@ -1,5 +1,5 @@
---
title: transform
title: Transform object
tags: object,intermediate
firstSeen: 2018-01-12T13:55:49+02:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: triggerEvent
title: Trigger event on HTML element
tags: browser,event,intermediate
firstSeen: 2018-06-19T20:57:58+03:00
lastUpdated: 2020-10-22T20:24:44+03:00

View File

@ -1,5 +1,5 @@
---
title: truncateString
title: Truncate string
tags: string,beginner
firstSeen: 2017-12-17T17:55:51+02:00
lastUpdated: 2020-10-21T21:17:45+03:00

View File

@ -1,5 +1,5 @@
---
title: truncateStringAtWhitespace
title: Truncate string at whitespace
tags: string,intermediate
firstSeen: 2020-10-19T11:11:16+03:00
lastUpdated: 2020-10-21T21:17:45+03:00

View File

@ -1,5 +1,5 @@
---
title: truthCheckCollection
title: Truth check collection
tags: object,logic,array,intermediate
firstSeen: 2017-12-18T13:05:21+02:00
lastUpdated: 2020-10-22T20:24:44+03:00