concatargs

Self defined function

Receives two arguments, concatenates them, and returns the value in string.

Parameters

.concatargs(
    args1: {} | string,
    args2: {} | string,
    init: number,
): string