Skip to content

Difference()

Description

Description of the method type.

Syntax

JS
difference(Parameter: any) -> Shape

Parameters

Parameter Type Default Value Required Description
Parameter any ✅ Description.

Return value

Type Description
Shape Description of the Return value.

Example

JS
let result = difference(value)
console.info(result)

See also

Last update: 14 August 2025, 18:47