Skip to content

distance()

Description

Description of the method type.

Syntax

JS
distance(Parameter: any) -> void

Parameters

Parameter Type Mandatory Description
Parameter any ✅ No Description of the parameter.

Return value

Type Description
void Description of the Return value.

Example

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

See Also

Last update: 14 August 2025, 18:47