0.10.2
Returns a boolean indicating whether the object has the specified property as its own property (not inherited).
(any)
target object
(string)
name of the property
Returns a boolean indicating whether the object (child) inherit from another object (parent)
(any)
(any)
Creates a clone of an object
(any)
Object
Verifies that the condition is satisfied for a specified number (range) of value
(Array<any>)
Set of values
(Function)
Condition
(number
= 1
)
Minimum number of values that must satisfy the condition
(number?)
Maximum number of values that must satisfy the condition
boolean
:
A value indicating whether the condition is satisfied for the specified range
Verifies that a character is a vowel
(string)
String character
Verifies that a character is a consonant
(string)
String character
Verifies that a character is uppercase
(string)
String character
Verifies that a character is lowercase
(string)
String character