Skip to main content
ichigyou (一行 いちぎょう) functions documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Array
minMax
Guides
GitHub
Getting started
Introduction
Quickstart
Development
Array
arrToString
findIndex
first
firstNElements
hasEvenNumber
hasUniqueValues
intersection
isSorted
isSubset
last
lastNElements
minMax
removeDuplicated
removeElement
Number
average
binaryToDecimal
decimalToOctal
degToRad
exponential
factorial
findMax
mean
median
sum
Object
hasProperty
isEmptyObject
sortByProperty
Other
currentMonth
getOS
moveToTop
String
countLetters
countOccurrences
countTextRows
countWords
findLongestWord
isAnagram
isEmptyString
isNumeric
isPalindromeCaseSensitive
isValidEmail
isValidURL
removeDuplicatedChars
removeVowels
removeWhitespace
reverseString
reverseWords
shuffleCharacters
toTitleCase
truncateString
AI tools
Cursor setup
Claude Code setup
Windsurf setup
On this page
Signature
Parameters
Returns
Source
Array
minMax
Copy page
Finds the minimum and maximum values in an array.
Copy page
Signature
path=null start=null
Copy
minMax
(
arr
:
number
[]):
MinMax
Parameters
arr
:
number[]
Returns
MinMax
Source
Defined in
array.ts:145
lastNElements
removeDuplicated
⌘I