Global

Methods

arrayRemove(arr, srch) → {Array}

removes element from array by index
Parameters:
Name Type Description
arr Array array
srch number index
Source:
Returns:
array with removed index
Type
Array

color(string, color) → {HTMLElement}

creates html element (span) with "color" style
Parameters:
Name Type Description
string string
color color
Source:
Returns:
html span element
Type
HTMLElement